Skip to content

Commit

Permalink
Update to Kotlin 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Nov 16, 2023
1 parent 645bc66 commit 0994420
Show file tree
Hide file tree
Showing 30 changed files with 1,563 additions and 1,120 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ allprojects {
// in buildSrc, most likely because the variables are used in plugins as well
// as dependencies. e.g. KOTLIN_VERSION
extra["sb.version"] = "3.0.8"
extra["kotlin.version"] = "1.9.20"
val springBootVersion = extra["sb.version"] as String

dependencyRecommendations {
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 = "1.9.10"
const val KOTLIN_VERSION = "1.9.20"
}
115 changes: 66 additions & 49 deletions dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0994420

Please sign in to comment.