Skip to content

Commit

Permalink
[version] upgrade kotlin to 1.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Pletnev committed Oct 4, 2021
1 parent d0d916c commit ba35be5
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
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.4.21"
kotlin("jvm") version "1.5.31"
}

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
@@ -1,5 +1,5 @@
object Versions {
const val KOTLIN = "1.5.30"
const val KOTLIN = "1.5.31"
const val CAMUNDA = "7.13.0"
const val DETEKT = "1.18.1"
}

0 comments on commit ba35be5

Please sign in to comment.