Skip to content

Commit

Permalink
0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jan 6, 2020
1 parent 98c61e3 commit 10fe7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Project-specific settings. Unfortunately we cannot put the name in there!
*/
group = "com.github.java-json-tools";
version = "0.10-SNAPSHOT";
version = "0.10";
sourceCompatibility = JavaVersion.VERSION_1_7;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility

Expand All @@ -31,7 +31,7 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit

dependencies {
compile(group: "com.google.guava", name: "guava", version: "28.1-android");
compile(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2-SNAPSHOT");
compile(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2");
compile(group: "com.google.code.findbugs", name: "jsr305",
version: "2.0.1");
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
Expand Down

0 comments on commit 10fe7bc

Please sign in to comment.