Skip to content

Commit

Permalink
Don't bump the stdlib in the Kotlin nightlies (#6192)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Oct 9, 2024
1 parent 24e9118 commit f911ae6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/bump-kotlin-nightlies.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fun bumpVersions() {
file.readText()
.replaceVersion("kotlin-plugin", kotlinVersion)
.replaceVersion("kotlin-plugin-max", kotlinVersion)
.replaceVersion("kotlin-stdlib", kotlinVersion)
.replaceVersion("ksp", kspVersion)
)
}
Expand Down

0 comments on commit f911ae6

Please sign in to comment.