Skip to content

Commit 5dc3369

Browse files
Update build.gradle
1 parent 04a1e1e commit 5dc3369

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Manifest-Version: 2.0.1
1+
Manifest-Version: 2.0.2
22
Specification-Vendor: INDIForJava
33
Name: org/indilib/i4j/server
44
Specification-Title: INDIForJava-server
5-
Specification-Version: 2.0.1
5+
Specification-Version: 2.0.2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ targetCompatibility = 1.8
1616

1717
group 'org.indilib.i4j'
1818
description = 'INDIForJava-server'
19-
version '2.0.1'
19+
version '2.0.2'
2020

2121
dependencies {
22-
api 'com.github.INDIForJava:INDIForJava-driver:2.0.0'
22+
api 'com.github.INDIForJava:INDIForJava-driver:22ce57eac6'
2323
implementation 'org.jboss:jandex:2.3.0.Final'
2424
implementation 'org.glassfish.tyrus:tyrus-server:2.0.0'
2525
}

0 commit comments

Comments
 (0)