Skip to content

Commit 72740cf

Browse files
authored
Merge pull request #3 from GradleUp/bump
Version is now 2.3.10-0.0.3-SNAPSHOT
2 parents a6d57d9 + ddc4046 commit 72740cf

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2.3.10-0.0.2
2+
3+
__2026/03/07__
4+
5+
* Update Kotlin to 2.3.10

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Configure your build
2323
```kotlin
2424
plugins {
2525
id("org.jetbrains.kotlin.jvm")
26-
id("com.gradleup.kctf").version("2.2.20-RC-0.0.1")
26+
id("com.gradleup.kctf").version("2.3.10-0.0.2")
2727
}
2828

2929
dependencies {
3030
// Add the kctf runtime, it pulls the kotlin test framework transitively
31-
testImplementation("org.gradleup.kctf:kctf-runtime:2.2.20-RC-0.0.1")
31+
testImplementation("org.gradleup.kctf:kctf-runtime:2.3.10-0.0.2")
3232
}
3333
```
3434

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.3.10-0.0.2-SNAPSHOT
7+
pom.version=2.3.10-0.0.3-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)