Skip to content

Commit bf71d1a

Browse files
committed
Release 1.4.7
1 parent 465d9cb commit bf71d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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.6'
100+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.7'
101101
}
102102
```
103103

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

122122
```Groovy
123123
dependencies {
124-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.6'
124+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.7'
125125
}
126126
```
127127

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.4.7-SNAPSHOT
7+
VERSION_NAME=1.4.7
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)