Skip to content

Commit dfd769c

Browse files
committed
Prepare release 1.2.4
1 parent c472458 commit dfd769c

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.3'
96+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.4'
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.4-SNAPSHOT
5+
VERSION_NAME=1.2.4
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)