Skip to content

Commit

Permalink
Update to Kotlin 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Oct 25, 2023
1 parent 60bf62d commit 9301a70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.Properties


plugins {
kotlin("jvm") version "1.8.21"
kotlin("jvm") version "1.9.0"
java
`maven-publish`
jacoco
Expand All @@ -31,7 +31,7 @@ repositories {
val r8 = configurations.create("r8")

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
testCompileOnly("junit:junit:4.13")
Expand Down Expand Up @@ -100,6 +100,7 @@ tasks {
}

shadowJar {
(sourceSets.main.get().resources)
relocate("kotlin", "com.amazon.ion_.shaded.kotlin")
minimize()
}
Expand Down

0 comments on commit 9301a70

Please sign in to comment.