Skip to content

Commit eab26d5

Browse files
committed
Prepare release 1.2.6
1 parent 2761228 commit eab26d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.5'
100+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.6'
101101
}
102102
```
103103

@@ -109,7 +109,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
109109

110110
However, if your project or any of its dependencies depend directly on compiler artifacts such as `kotlin-compiler-embeddable` or `kotlin-annotation-processing-embeddable` then they have to be the same version as the one used by Kotlin-Compile-Testing or there will be a transitive dependency conflict.
111111

112-
- Current `kotlin-compiler-embeddable` version: `1.3.60`
112+
- Current `kotlin-compiler-embeddable` version: `1.3.61`
113113

114114
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
115115

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