Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocipriani01 committed Jun 15, 2021
1 parent 04a1e1e commit 5dc3369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 2.0.1
Manifest-Version: 2.0.2
Specification-Vendor: INDIForJava
Name: org/indilib/i4j/server
Specification-Title: INDIForJava-server
Specification-Version: 2.0.1
Specification-Version: 2.0.2
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ targetCompatibility = 1.8

group 'org.indilib.i4j'
description = 'INDIForJava-server'
version '2.0.1'
version '2.0.2'

dependencies {
api 'com.github.INDIForJava:INDIForJava-driver:2.0.0'
api 'com.github.INDIForJava:INDIForJava-driver:22ce57eac6'
implementation 'org.jboss:jandex:2.3.0.Final'
implementation 'org.glassfish.tyrus:tyrus-server:2.0.0'
}
Expand Down

0 comments on commit 5dc3369

Please sign in to comment.