Skip to content

Commit f3286cb

Browse files
committed
Release 1.3.3
1 parent 42687db commit f3286cb

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
@@ -96,7 +96,7 @@ Add dependency to your module's `build.gradle` file:
9696
```Groovy
9797
dependencies {
9898
// ...
99-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.2'
99+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.3'
100100
}
101101
```
102102

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

121121
```Groovy
122122
dependencies {
123-
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.2'
123+
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.3'
124124
}
125125
```
126126

gradle.properties

+1-1
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.3.3-SNAPSHOT
6+
VERSION_NAME=1.3.3
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)