Skip to content

Commit

Permalink
Kotlin 2.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed May 13, 2024
1 parent 336a618 commit a39593d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

allprojects {
group = "org.kodein.internal.gradle"
version = "8.7.0-kotlin-2.0.0-RC2-SNAPSHOT"
version = "8.7.0-kotlin-2.0.0-RC3-SNAPSHOT"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/globals.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.0-RC2"
kotlin = "2.0.0-RC3"
dokka = "1.9.20"
android-gradle-plugin = "8.2.0"
android-ndk = "25.2.9519653"
Expand Down

0 comments on commit a39593d

Please sign in to comment.