Fix small issue with version, now 0.0.6

This commit is contained in:
Oliver Rümpelein 2021-06-28 19:29:07 +02:00
parent 6304beca8e
commit 2beb40c14d

View file

@ -11,7 +11,7 @@ plugins {
}
group = "de.pheerai"
version = "0.0.5-SNAPSHOT"
version = "0.0.6-SNAPSHOT"
repositories {
mavenCentral()
@ -78,7 +78,7 @@ fun MutableVersionConstraint.kotestConstraints() {
}
fun MutableVersionConstraint.kotlinxHtmlConstraints() {
prefer("0.7.2")
prefer("0.7.3")
strictly("[0.7.0,0.8.0[")
}