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 45f97cd commit c40b3a7Copy full SHA for c40b3a7
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.2-beta28"
56
-val originalVersion = "2.19.2"
+val kogeraVersion = "2.20.0-beta29"
+val originalVersion = "2.20.0"
57
58
dependencies {
59
jmhImplementation(kotlin("reflect"))
0 commit comments