Skip to content

Commit

Permalink
Dependency version in README.md updated to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil authored and github-actions[bot] committed Dec 30, 2024
1 parent bd84df4 commit 49b0c9c
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 @@ -81,7 +81,7 @@ kotlin {

commonTest {
depencencies {
implementation("com.xemantic.kotlin:xemantic-kotlin-test:1.0")
implementation("com.xemantic.kotlin:xemantic-kotlin-test:1.1")
}
}

Expand All @@ -107,7 +107,7 @@ plugins {
}

dependencies {
testImplementation("com.xemantic.kotlin:xemantic-kotlin-test:1.0")
testImplementation("com.xemantic.kotlin:xemantic-kotlin-test:1.1")
}

powerAssert {
Expand Down

0 comments on commit 49b0c9c

Please sign in to comment.