Skip to content

Commit

Permalink
chore(dependency): upgrade kotlin to 1.5.32 in front50 along with kork
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sandy committed Nov 21, 2023
1 parent 8359faa commit 3d23c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ korkVersion=7.202.0
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
targetJava11=true
kotlinVersion=1.4.0
kotlinVersion=1.5.32

# To enable a composite reference to a project, set the
# project property `'<projectName>Composite=true'`.
Expand Down
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ apply plugin: "kotlin-spring"

compileKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}

compileTestKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}
Expand Down

0 comments on commit 3d23c65

Please sign in to comment.