Skip to content

Commit cc5a15c

Browse files
committed
Prepare release 1.2.3
1 parent 6ca0769 commit cc5a15c

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
@@ -93,7 +93,7 @@ Add dependency to your module's `build.gradle` file:
9393
```Groovy
9494
dependencies {
9595
// ...
96-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.2'
96+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.3'
9797
}
9898
```
9999

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22
kotlin.incremental=false
33

44
GROUP=com.github.tschuchortdev
5-
VERSION_NAME=1.2.3-SNAPSHOT
5+
VERSION_NAME=1.2.4-SNAPSHOT
66
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
77
POM_INCEPTION_YEAR=2019
88
POM_URL=https://github.com/tschuchortdev/kotlin-compile-testing

0 commit comments

Comments
 (0)