Skip to content

Commit

Permalink
Update kotest to 5.9.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 9, 2024
1 parent b6ca60a commit a5bc47d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jackson = "2.17.1"

kotlin = "1.9.24"

kotest = "5.9.0.1441-SNAPSHOT"
kotest = "5.9.0"

ktlint = "1.2.1"

Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import com.eygraber.conventions.Env
import com.eygraber.conventions.repositories.mavenCentralSnapshotsS01

pluginManagement {
repositories {
Expand All @@ -15,8 +14,6 @@ dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositories {
mavenCentral()
// TODO: remove when Kotest releases 5.9.0
mavenCentralSnapshotsS01()
}
}

Expand Down

0 comments on commit a5bc47d

Please sign in to comment.