Skip to content

Commit

Permalink
chore(dependency): upgrade kotlin to 1.6.21 in orca along with kork (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sandy committed Apr 2, 2024
1 parent e7ced26 commit bede273
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
@@ -1,6 +1,6 @@
fiatVersion=1.44.0
korkVersion=7.222.0
kotlinVersion=1.5.32
kotlinVersion=1.6.21
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx6g
spinnakerGradleVersion=8.32.1
Expand Down
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ dependencies {

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

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

0 comments on commit bede273

Please sign in to comment.