Upgraded Zutil lib version

This commit is contained in:
Ziver Koc 2021-08-22 16:09:43 +02:00
parent ac27882ad1
commit 48a62d819a
2 changed files with 8 additions and 2 deletions

View file

@ -11,7 +11,6 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
}
@ -19,7 +18,8 @@ subprojects {
apply plugin: 'java-library'
dependencies {
implementation 'se.koc:zutil:1.0.291'
implementation 'se.koc:zutil:1.0.297'
//implementation 'se.koc:zutil:1.0.0-SNAPSHOT'
testImplementation 'junit:junit:4.12'
testImplementation 'org.hamcrest:hamcrest-core:2.2'