Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 10, 2024
1 parent 4568046 commit b6449a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ plugins {
}

dependencies {
testImplementation("com.xemantic.kotlin:xemantic-kotlin-test:0.1-SNAPSHOT")
testImplementation("com.xemantic.kotlin:xemantic-kotlin-test:0.1.1")
}

powerAssert {
Expand All @@ -104,7 +104,7 @@ kotlin {

commonTest {
depencencies {
implementation("com.xemantic.kotlin:xemantic-kotlin-test:0.1-SNAPSHOT")
implementation("com.xemantic.kotlin:xemantic-kotlin-test:0.1.1")
}
}

Expand Down

0 comments on commit b6449a6

Please sign in to comment.