We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8ca92 commit 6d2e1a0Copy full SHA for 6d2e1a0
README.md
@@ -99,7 +99,7 @@ kotlin {
99
100
commonTest {
101
depencencies {
102
- implementation("com.xemantic.kotlin:xemantic-kotlin-test:1.8.7")
+ implementation("com.xemantic.kotlin:xemantic-kotlin-test:1.8.8")
103
}
104
105
@@ -125,7 +125,7 @@ plugins {
125
126
127
dependencies {
128
- testImplementation("com.xemantic.kotlin:xemantic-kotlin-test:1.8.7")
+ testImplementation("com.xemantic.kotlin:xemantic-kotlin-test:1.8.8")
129
130
131
powerAssert {
0 commit comments