Skip to content

Commit

Permalink
Merge pull request #723 from Netflix/kotlin-1.9.25
Browse files Browse the repository at this point in the history
Update to Kotlin 1.9.25
  • Loading branch information
kilink authored Jul 19, 2024
2 parents a1939ae + fc16b9a commit 3f0f397
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 337 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
*/

plugins {
id 'org.jetbrains.kotlin.jvm' version "1.9.24" apply false
id 'org.jetbrains.kotlin.jvm' version "1.9.25" apply false
id 'com.netflix.nebula.netflixoss' version '11.4.0'
id "org.jmailen.kotlinter" version "3.11.1"
}
Expand All @@ -31,7 +31,7 @@ allprojects {

ext {
Versions = [
KOTLIN_VERSION: '1.9.24'
KOTLIN_VERSION: '1.9.25'
]
}

Expand Down
Loading

0 comments on commit 3f0f397

Please sign in to comment.