Skip to content

Commit

Permalink
Make the Kotlin nightlies test against 2.1.0 (#6157)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Sep 23, 2024
1 parent 5f5bb4f commit 426364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-kotlin-nightlies.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val BRANCH_NAME = "kotlin-nightlies"

fun bumpVersions() {
val kotlinVersion =
getLatestVersion("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml", prefix = "2.0.20")
getLatestVersion("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml", prefix = "2.1.0")
val kspVersion =
getLatestVersion("https://oss.sonatype.org/content/repositories/snapshots/com/google/devtools/ksp/com.google.devtools.ksp.gradle.plugin/maven-metadata.xml")
File("gradle/libraries.toml").let { file ->
Expand Down

0 comments on commit 426364e

Please sign in to comment.