Dependency updates.
This commit is contained in:
parent
c956a17247
commit
bb9b46e97e
1 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "de.pheerai"
|
||||
version = "0.0.9-SNAPSHOT"
|
||||
version = "0.0.10-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -66,12 +66,12 @@ publishing {
|
|||
}
|
||||
|
||||
fun MutableVersionConstraint.kotestConstraints() {
|
||||
prefer("4.6.3")
|
||||
strictly("[4.3.0,5.0.0[")
|
||||
prefer("5.3.0")
|
||||
strictly("[5.0.0,6.0.0[")
|
||||
}
|
||||
|
||||
fun MutableVersionConstraint.kotlinxHtmlConstraints() {
|
||||
prefer("0.7.3")
|
||||
prefer("0.7.5")
|
||||
strictly("[0.7.0,0.8.0[")
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,6 @@ fun MutableVersionConstraint.jsoupConstraints() {
|
|||
}
|
||||
|
||||
fun MutableVersionConstraint.cliktConstraints() {
|
||||
prefer("3.3.0")
|
||||
prefer("3.4.0")
|
||||
strictly("[3.0.0,4.0.0[")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue