We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a1e1e commit 5dc3369Copy full SHA for 5dc3369
META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
1
-Manifest-Version: 2.0.1
+Manifest-Version: 2.0.2
2
Specification-Vendor: INDIForJava
3
Name: org/indilib/i4j/server
4
Specification-Title: INDIForJava-server
5
-Specification-Version: 2.0.1
+Specification-Version: 2.0.2
build.gradle
@@ -16,10 +16,10 @@ targetCompatibility = 1.8
16
17
group 'org.indilib.i4j'
18
description = 'INDIForJava-server'
19
-version '2.0.1'
+version '2.0.2'
20
21
dependencies {
22
- api 'com.github.INDIForJava:INDIForJava-driver:2.0.0'
+ api 'com.github.INDIForJava:INDIForJava-driver:22ce57eac6'
23
implementation 'org.jboss:jandex:2.3.0.Final'
24
implementation 'org.glassfish.tyrus:tyrus-server:2.0.0'
25
}
0 commit comments