Skip to content

Commit

Permalink
Merge pull request #314 from ekino/dependabot/gradle/kotlinVersion-1.9.0
Browse files Browse the repository at this point in the history
chore(deps): bump kotlinVersion from 1.8.20 to 1.9.0
  • Loading branch information
celcius112 authored Sep 26, 2023
2 parents 54b20b0 + 97e49a4 commit c9670bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
gradlePluginPortal()
}

val kotlinVersion = "1.8.20"
val kotlinVersion = "1.9.0"
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // required by kotlin("jvm")
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // required by kotlin("plugin.spring")
Expand Down

0 comments on commit c9670bd

Please sign in to comment.