Skip to content

Commit b15afee

Browse files
committed
Prepare release 1.2.5
1 parent 2fd92a5 commit b15afee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.2.4'
99+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.5'
100100
}
101101
```
102102

gradle.properties

Lines changed: 1 addition & 1 deletion
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
5+
VERSION_NAME=1.2.5
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)