Skip to content

Commit

Permalink
Merge pull request #2094 from Netflix/feature/downgrade-kotlin
Browse files Browse the repository at this point in the history
Downgrading Kotlin back to 1.9 because that's what Spring Boot aligns on
  • Loading branch information
paulbakker authored Dec 20, 2024
2 parents fe21c73 + f45ef8b commit a300767
Show file tree
Hide file tree
Showing 20 changed files with 1,469 additions and 8,585 deletions.
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.1.0"
const val KOTLIN_VERSION = "1.9.20"
}
Loading

0 comments on commit a300767

Please sign in to comment.