diff --git a/build.gradle b/build.gradle index 3b9bfa0..2dff80b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } apply plugin: 'maven-publish' group 'com.the5gi.deepj' -version '1.2.5' +version '1.2.6' sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11 @@ -18,7 +18,6 @@ repositories { dependencies { implementation group: 'org.json', name: 'json', version: '20210307' - //implementation group: 'com.the5gi', name: 'DeepJ', version: '1.2.3' } publishing {