Skip to content

Commit 7c117f2

Browse files
committed
Release 1.5.0
1 parent 3407b15 commit 7c117f2

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
@@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
9797
```Groovy
9898
dependencies {
9999
// ...
100-
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.4.9")
100+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.5.0")
101101
}
102102
```
103103

@@ -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.4.9")
125+
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")
126126
}
127127
```
128128

gradle.properties

Lines changed: 1 addition & 1 deletion
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.4.10-SNAPSHOT
7+
VERSION_NAME=1.5.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)