Skip to content

Commit

Permalink
Merge pull request #2084 from Netflix/feature/kotlin-2.1
Browse files Browse the repository at this point in the history
Upgrade to Kotlin 2.1.0 and kotlinter 5.0
  • Loading branch information
paulbakker authored Dec 12, 2024
2 parents e9b4997 + 53abc83 commit db1d42c
Show file tree
Hide file tree
Showing 20 changed files with 8,233 additions and 1,347 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
id("nebula.netflixoss") version "11.4.0"
id("io.spring.dependency-management") version "1.1.6"

id("org.jmailen.kotlinter") version "4.5.+"
id("org.jmailen.kotlinter") version "5.0.+"
id("me.champeau.jmh") version "0.7.2"

kotlin("jvm") version Versions.KOTLIN_VERSION
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 @@ -15,5 +15,5 @@
*/

object Versions {
const val KOTLIN_VERSION = "2.0.21"
const val KOTLIN_VERSION = "2.1.0"
}
Loading

0 comments on commit db1d42c

Please sign in to comment.