Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Mar 20, 2024
1 parent 1deaa75 commit da1486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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 = "c682e69d94"
val kogeraVersion = "6e4007d091"
val originalVersion = "2.16.1"

dependencies {
Expand Down

0 comments on commit da1486f

Please sign in to comment.