Skip to content

Commit cb546dc

Browse files
committed
Release 1.3.1
1 parent ec6affc commit cb546dc

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.11'
100+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.1'
101101
}
102102
```
103103

@@ -121,7 +121,7 @@ To test KSP processors, you need to use the KSP dependency:
121121

122122
```Groovy
123123
dependencies {
124-
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.2.11'
124+
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.1'
125125
}
126126
```
127127

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