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 17, 2023
1 parent 7871fb9 commit 5030829
Show file tree
Hide file tree
Showing 30 changed files with 1,046 additions and 1,045 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"] = Versions.KOTLIN_VERSION
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"
}
102 changes: 51 additions & 51 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 5030829

Please sign in to comment.