Update libs.
This commit is contained in:
parent
8edf611381
commit
87c32aaf6a
2 changed files with 4 additions and 4 deletions
|
@ -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[")
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue