From 6e4e7fba4acd6c4fe7e0321eb83ccf8ed0444fb4 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 15 May 2023 15:40:16 +0200 Subject: [PATCH] Uplift zutil version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c84c2c78..035447c8 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ subprojects { apply plugin: 'java-library' dependencies { - //implementation 'se.koc:zutil:1.0.312' - implementation 'se.koc:zutil:1.0.0-SNAPSHOT' + implementation 'se.koc:zutil:1.0.312' + //implementation 'se.koc:zutil:1.0.0-SNAPSHOT' testImplementation 'junit:junit:4.12' testImplementation 'org.hamcrest:hamcrest-core:2.2'