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 1e00037 commit 394fa82Copy full SHA for 394fa82
1 file changed
build.gradle.kts
@@ -52,8 +52,8 @@ 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.1-beta26"
56
-val originalVersion = "2.19.1"
+val kogeraVersion = "2.19.2-beta27"
+val originalVersion = "2.19.2"
57
58
dependencies {
59
jmhImplementation(kotlin("reflect"))
0 commit comments