Update libs.

This commit is contained in:
Oliver Rümpelein 2021-11-27 14:36:22 +01:00
parent 8edf611381
commit 87c32aaf6a
2 changed files with 4 additions and 4 deletions

View file

@ -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[")
}

View file

@ -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