We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061fcd8 commit 656e092Copy full SHA for 656e092
1 file changed
build.gradle.kts
@@ -52,7 +52,7 @@ val isSingleShot: Boolean = getOptionOrDefault("isSingleShot", false)
52
val isCi: Boolean = System.getenv().containsKey("CI") // True when executed in GitHub Actions
53
val ciFileName: String? = project.properties["fileName"] as String?
54
55
-val kogeraVersion = "2.19.0-beta23"
+val kogeraVersion = "2.19.0-beta24"
56
val originalVersion = "2.19.0"
57
58
dependencies {
0 commit comments