Skip to content

Commit

Permalink
Update Kotlin and Jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 authored Dec 29, 2024
1 parent 5d22c3f commit cbd71ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.format.DateTimeFormatter
import java.time.LocalDateTime

plugins {
kotlin("jvm") version "1.8.22"
kotlin("jvm") version "1.9.25"
id("me.champeau.jmh") version "0.7.2"
}

Expand Down Expand Up @@ -51,8 +51,8 @@ val isSingleShot: Boolean = getOptionOrDefault("isSingleShot", false)
val isCi: Boolean = System.getenv().containsKey("CI") // True when executed in GitHub Actions
val ciFileName: String? = project.properties["fileName"] as String?

val kogeraVersion = "2.18.1-beta15"
val originalVersion = "2.18.1"
val kogeraVersion = "2.18.2-beta16"
val originalVersion = "2.18.2"

dependencies {
jmhImplementation(kotlin("reflect"))
Expand Down

0 comments on commit cbd71ae

Please sign in to comment.