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 Nov 23, 2024
1 parent 9fa5d33 commit 586a40f
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 = "2.17.3-beta14"
val originalVersion = "2.17.3"
val kogeraVersion = "2.18.1-beta15"
val originalVersion = "2.18.1"

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

0 comments on commit 586a40f

Please sign in to comment.