File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
22
*/
23
23
group = " com.github.java-json-tools" ;
24
- version = " 1.11-SNAPSHOT " ;
24
+ version = " 1.11" ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_7 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
27
27
@@ -31,7 +31,7 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit
31
31
dependencies {
32
32
implementation(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.9.9" );
33
33
implementation(group : " com.google.guava" , name : " guava" , version : " 28.1-android" );
34
- implementation(group : " com.github.java-json-tools" , name : " msg-simple" , version : " 1.2-SNAPSHOT " );
34
+ implementation(group : " com.github.java-json-tools" , name : " msg-simple" , version : " 1.2" );
35
35
implementation(group : " com.google.code.findbugs" , name : " jsr305" , version : " 2.0.1" );
36
36
testImplementation(group : " org.testng" , name : " testng" , version : " 6.8.7" ) {
37
37
exclude(group : " junit" , module : " junit" );
You can’t perform that action at this time.
0 commit comments