Uplift zutil version

This commit is contained in:
Ziver Koc 2023-05-15 15:40:16 +02:00
parent 234125bc35
commit 6e4e7fba4a

View file

@ -18,8 +18,8 @@ subprojects {
apply plugin: 'java-library' apply plugin: 'java-library'
dependencies { dependencies {
//implementation 'se.koc:zutil:1.0.312' implementation 'se.koc:zutil:1.0.312'
implementation 'se.koc:zutil:1.0.0-SNAPSHOT' //implementation 'se.koc:zutil:1.0.0-SNAPSHOT'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation 'org.hamcrest:hamcrest-core:2.2'