Skip to content

Commit

Permalink
Upgrade Kotlin to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed Jan 27, 2024
1 parent 703723d commit 7d57910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
`java-library`
`maven-publish`
kotlin("jvm") version "1.6.0"
kotlin("jvm") version "1.9.22"
}

group = "com.github.orangain"
Expand All @@ -17,7 +17,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("org.assertj:assertj-core:3.25.2")
implementation("org.jetbrains:annotations:24.1.0")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
testImplementation("junit:junit:4.13.2")
testImplementation("org.assertj:assertj-core:3.25.2")
}
Expand Down

0 comments on commit 7d57910

Please sign in to comment.