Skip to content

Commit

Permalink
Merge pull request #326 from ekino/dependabot/gradle/kotlinVersion-1.…
Browse files Browse the repository at this point in the history
…9.10

chore(deps): bump kotlinVersion from 1.9.0 to 1.9.10
  • Loading branch information
celcius112 authored Oct 23, 2023
2 parents 807b693 + a908b83 commit 7b00390
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.9.0"
val kotlinVersion = "1.9.10"
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 7b00390

Please sign in to comment.