We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2a666 commit ab57abdCopy full SHA for ab57abd
README.md
@@ -102,7 +102,7 @@ Add dependency to your module `build.gradle` file:
102
```Groovy
103
dependencies {
104
// ...
105
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.0'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.1'
106
}
107
```
108
build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'idea'
22
apply plugin: 'maven'
23
24
group 'com.tschuchort'
25
-version '1.2.0'
+version '1.2.1'
26
27
sourceCompatibility = 1.8
28
0 commit comments