We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd72da2 commit f62a060Copy full SHA for f62a060
dependencyManagement/build.gradle.kts
@@ -44,7 +44,7 @@ val asmVersion = "9.7.1"
44
val jmhVersion = "1.37"
45
val mockitoVersion = "4.11.0"
46
val slf4jVersion = "2.0.16"
47
-val semConvVersion = "1.30.0-rc.1"
+val semConvVersion = "1.30.0"
48
val semConvAlphaVersion = semConvVersion.replaceFirst("(-rc.*)?$".toRegex(), "-alpha$1")
49
50
val CORE_DEPENDENCIES = listOf(
0 commit comments