We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ca60a commit a5bc47dCopy full SHA for a5bc47d
gradle/libs.versions.toml
@@ -9,7 +9,7 @@ jackson = "2.17.1"
9
10
kotlin = "1.9.24"
11
12
-kotest = "5.9.0.1441-SNAPSHOT"
+kotest = "5.9.0"
13
14
ktlint = "1.2.1"
15
settings.gradle.kts
@@ -1,5 +1,4 @@
1
import com.eygraber.conventions.Env
2
-import com.eygraber.conventions.repositories.mavenCentralSnapshotsS01
3
4
pluginManagement {
5
repositories {
@@ -15,8 +14,6 @@ dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
16
17
mavenCentral()
18
- // TODO: remove when Kotest releases 5.9.0
19
- mavenCentralSnapshotsS01()
20
}
21
22
0 commit comments