Skip to content

Commit 736e29e

Browse files
committed
Release 1.4.1
1 parent 17eed5d commit 736e29e

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
@@ -94,7 +94,7 @@ Add dependency to your module's `build.gradle` file:
9494
```Groovy
9595
dependencies {
9696
// ...
97-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.0'
97+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.1'
9898
}
9999
```
100100

@@ -118,7 +118,7 @@ To test KSP processors, you need to use the KSP dependency:
118118

119119
```Groovy
120120
dependencies {
121-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.0'
121+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.1'
122122
}
123123
```
124124

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
kotlin.incremental=false
44

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

0 commit comments

Comments
 (0)