Skip to content

Commit a5bc47d

Browse files
authored
Update kotest to 5.9.0 (#118)
1 parent b6ca60a commit a5bc47d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jackson = "2.17.1"
99

1010
kotlin = "1.9.24"
1111

12-
kotest = "5.9.0.1441-SNAPSHOT"
12+
kotest = "5.9.0"
1313

1414
ktlint = "1.2.1"
1515

settings.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import com.eygraber.conventions.Env
2-
import com.eygraber.conventions.repositories.mavenCentralSnapshotsS01
32

43
pluginManagement {
54
repositories {
@@ -15,8 +14,6 @@ dependencyResolutionManagement {
1514
@Suppress("UnstableApiUsage")
1615
repositories {
1716
mavenCentral()
18-
// TODO: remove when Kotest releases 5.9.0
19-
mavenCentralSnapshotsS01()
2017
}
2118
}
2219

0 commit comments

Comments
 (0)