Skip to content

Commit

Permalink
Merge pull request #475 from kennethshackleton/kotlin-1.9.10
Browse files Browse the repository at this point in the history
Kotlin 1.9.10.
  • Loading branch information
kennethshackleton authored Sep 13, 2023
2 parents bef3b9a + caf4994 commit ba22144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@
*/

// TODO Move me.
val kotlinVersion = "1.9.0"
val kotlinVersion = "1.9.10"

plugins {
`kotlin-dsl`
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 @@ -38,7 +38,7 @@ enum class Versions(
JSR_305("3.0.2", URL("https://code.google.com/archive/p/jsr-305/")),
JUNIT4("4.13.2", URL("https://github.com/junit-team/junit4")),
JUNIT5("5.9.3", URL("https://junit.org/junit5/")),
KOTLIN("1.9.0", URL("https://github.com/JetBrains/kotlin")),
KOTLIN("1.9.10", URL("https://github.com/JetBrains/kotlin")),
KOTLIN_TEST(KOTLIN.version, URL("https://github.com/JetBrains/kotlin")),
KOTLINX_COROUTINES("1.7.2", URL("https://github.com/Kotlin/kotlinx.coroutines")),
KOTLINX_KOVER("0.7.2", URL("https://github.com/Kotlin/kotlinx-kover")),
Expand Down

0 comments on commit ba22144

Please sign in to comment.