Skip to content

Commit

Permalink
Release 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev committed Dec 18, 2021
1 parent 465d9cb commit bf71d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
```Groovy
dependencies {
// ...
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.6'
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.7'
}
```

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

```Groovy
dependencies {
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.6'
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.incremental=false
kapt.include.compile.classpath=false

GROUP=com.github.tschuchortdev
VERSION_NAME=1.4.7-SNAPSHOT
VERSION_NAME=1.4.7
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
POM_INCEPTION_YEAR=2019
POM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing
Expand Down

0 comments on commit bf71d1a

Please sign in to comment.