Fix small issue with version, now 0.0.6
This commit is contained in:
parent
6304beca8e
commit
2beb40c14d
1 changed files with 2 additions and 2 deletions
|
@ -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[")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue