Skip to content

Commit

Permalink
1.9.20-Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
russhwolf committed Oct 2, 2023
1 parent b6eccce commit 7382402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.20-Beta2"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Versions {
const val coroutines = "1.7.3"
const val junit = "4.13.2"
const val robolectric = "4.10.3"
const val serializationPlugin = "1.9.10"
const val serializationPlugin = "1.9.20-Beta2"
const val serializationRuntime = "1.6.0"
const val turbine = "1.0.0"
}
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
kotlin("multiplatform") version "1.9.10" apply false
kotlin("android") version "1.9.10" apply false
kotlin("multiplatform") version "1.9.20-Beta2" apply false
kotlin("android") version "1.9.20-Beta2" apply false
id("com.android.library") version "8.1.2" apply false
id("com.android.application") version "8.1.2" apply false
}
Expand Down

0 comments on commit 7382402

Please sign in to comment.