Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 authored Mar 30, 2024
1 parent 8f097ab commit 50e4463
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 @@ -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 = "6e4007d091"
val originalVersion = "2.16.1"
val kogeraVersion = "2.17.0-beta12"
val originalVersion = "2.17.0"

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

0 comments on commit 50e4463

Please sign in to comment.