Skip to content

Commit

Permalink
Merge pull request #254 from kennethshackleton/kotlin-1.5.31
Browse files Browse the repository at this point in the history
Kotlin 1.5.31.
  • Loading branch information
kennethshackleton authored Sep 20, 2021
2 parents 08c6f74 + 6eec348 commit 6015fd0
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 @@ -17,7 +17,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

// TODO Move me.
val kotlinVersion = "1.5.30"
val kotlinVersion = "1.5.31"

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 @@ -39,7 +39,7 @@ enum class Versions(
JUNIT4("4.13.1", URL("https://github.com/junit-team/junit4")),
JUNIT5("5.7.2", URL("https://junit.org/junit5/")),
JUNIT5_PLATFORM("1.7.2", URL("https://junit.org/junit5/")),
KOTLIN("1.5.30", URL("https://github.com/JetBrains/kotlin")),
KOTLIN("1.5.31", URL("https://github.com/JetBrains/kotlin")),
KOTLIN_COROUTINES("1.5.1", URL("https://github.com/Kotlin/kotlinx.coroutines")),
KOTLIN_TEST("1.4.32", URL("https://github.com/JetBrains/kotlin")),
KTLINT("0.41.0", URL("https://github.com/pinterest/ktlint")),
Expand Down

0 comments on commit 6015fd0

Please sign in to comment.