Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2.3.10-0.0.2

__2026/03/07__

* Update Kotlin to 2.3.10
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Configure your build
```kotlin
plugins {
id("org.jetbrains.kotlin.jvm")
id("com.gradleup.kctf").version("2.2.20-RC-0.0.1")
id("com.gradleup.kctf").version("2.3.10-0.0.2")
}

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

Expand Down
2 changes: 1 addition & 1 deletion librarian.root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.compatibility=2.0.0
kdoc.olderVersions=

pom.groupId=com.gradleup.kctf
pom.version=2.3.10-0.0.2-SNAPSHOT
pom.version=2.3.10-0.0.3-SNAPSHOT
pom.description=Kotlin Compiler Test Framework Gradle Plugin
pom.vcsUrl=https://github.com/GradleUp/kctf
pom.developer=kctf authors
Expand Down