set a fixed zutil version dependency

This commit is contained in:
Ziver Koc 2021-07-28 15:10:29 +02:00
parent 9e6172caeb
commit 696cca0087

View file

@ -19,7 +19,7 @@ subprojects {
apply plugin: 'java-library' apply plugin: 'java-library'
dependencies { dependencies {
implementation 'se.koc:zutil:1.0.0-SNAPSHOT' implementation 'se.koc:zutil:1.0.291'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation 'org.hamcrest:hamcrest-core:2.2'