Skip to content

Commit 93c1ffc

Browse files
committed
Release 1.6.0
1 parent a371221 commit 93c1ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To test KSP processors, you need to use the KSP dependency:
122122

123123
```Groovy
124124
dependencies {
125-
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")
125+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.6.0")
126126
}
127127
```
128128

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.incremental=false
44
kapt.include.compile.classpath=false
55

66
GROUP=com.github.tschuchortdev
7-
VERSION_NAME=1.5.1-SNAPSHOT
7+
VERSION_NAME=1.6.0
88
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
99
POM_INCEPTION_YEAR=2019
1010
POM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing

0 commit comments

Comments
 (0)