diff --git a/build.gradle.kts b/build.gradle.kts index 47d9bbd..98621bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "de.pheerai" -version = "0.0.7-SNAPSHOT" +version = "0.0.8-SNAPSHOT" repositories { mavenCentral() @@ -81,6 +81,6 @@ fun MutableVersionConstraint.jsoupConstraints() { } fun MutableVersionConstraint.cliktConstraints() { - prefer("3.2.0") + prefer("3.3.0") strictly("[3.0.0,4.0.0[") } diff --git a/gradle.properties b/gradle.properties index 8e11bb4..4276342 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official -coroutinesVersion=1.5.2 -kotlinVersion=1.5.31 +coroutinesVersion=1.6.0-RC +kotlinVersion=1.6.0