From 3c61260b6409418351ac8392493c4f372935ed85 Mon Sep 17 00:00:00 2001 From: pull-vert <5107035+pull-vert@users.noreply.github.com> Date: Tue, 27 Sep 2022 00:32:30 +0200 Subject: [PATCH] back to 0.7 version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f26b17b..821942b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.ufoss.kolog -version=0.6 +version=0.7 # plugins # https://kotlinlang.org/docs/releases.html#release-details @@ -18,7 +18,7 @@ slf4j.version=2.0.2 # tests # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api junit.version=5.9.1 -# https://mvnrepository.com/artifact/ch.qos.logback/logback-core +# https://mvnrepository.com/artifact/ch.qos.logback/logback-core must stick to 1.3.x for java 1.8 compilation logback.version=1.3.1 # https://github.com/Kotlin/kotlinx.coroutines/releases kotlinx.coroutines.version=1.6.4