Skip to content

Commit 35e8d23

Browse files
committed
Prepare release 1.2.8
1 parent d55dee2 commit 35e8d23

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
@@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
9797
```Groovy
9898
dependencies {
9999
// ...
100-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.7'
100+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.8'
101101
}
102102
```
103103

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.7
5+
VERSION_NAME=1.2.8
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)