File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ Configure your build
1111``` kotlin
1212plugins {
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
1717dependencies {
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.compatibility=2.0.0
44kdoc.olderVersions =
55
66pom.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
88pom.description =Kotlin Compiler Test Framework Gradle Plugin
99pom.vcsUrl =https://github.com/GradleUp/kctf
1010pom.developer =kctf authors
You can’t perform that action at this time.
0 commit comments