Skip to content

Commit bc2c9e6

Browse files
committed
Version is now 2.2.20-RC-0.0.2-SNAPSHOT
1 parent 75f94be commit bc2c9e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Configure your build
1111
```kotlin
1212
plugins {
1313
id("org.jetbrains.kotlin.jvm")
14-
id("com.gradleup.kctf").version("2.2.20-RC-0.0.0")
14+
id("com.gradleup.kctf").version("2.2.20-RC-0.0.1")
1515
}
1616

1717
dependencies {
1818
// Add the kctf runtime, it pulls the kotlin test framework transitively
19-
testImplementation("org.gradleup.kctf:kctf-runtime:2.2.20-RC-0.0.0")
19+
testImplementation("org.gradleup.kctf:kctf-runtime:2.2.20-RC-0.0.1")
2020
}
2121
```
2222

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.compatibility=2.0.0
44
kdoc.olderVersions=
55

66
pom.groupId=com.gradleup.kctf
7-
pom.version=2.2.20-RC-0.0.1-SNAPSHOT
7+
pom.version=2.2.20-RC-0.0.2-SNAPSHOT
88
pom.description=Kotlin Compiler Test Framework Gradle Plugin
99
pom.vcsUrl=https://github.com/GradleUp/kctf
1010
pom.developer=kctf authors

0 commit comments

Comments
 (0)