Skip to content

Commit

Permalink
Merge pull request #364 from kennethshackleton/kotlin-1.7.10
Browse files Browse the repository at this point in the history
Kotlin 1.7.10.
  • Loading branch information
kennethshackleton authored Jul 8, 2022
2 parents 4068260 + f626134 commit 24137dd
Showing 1 changed file with 1 addition and 1 deletion.
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(
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.7.0", URL("https://github.com/JetBrains/kotlin")),
KOTLIN("1.7.10", URL("https://github.com/JetBrains/kotlin")),
KOTLIN_COROUTINES("1.6.2", URL("https://github.com/Kotlin/kotlinx.coroutines")),
KOTLIN_TEST(KOTLIN.version, URL("https://github.com/JetBrains/kotlin")),
KOTLINX_KOVER("0.5.0", URL("https://github.com/Kotlin/kotlinx-kover")),
Expand Down

0 comments on commit 24137dd

Please sign in to comment.