Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev committed May 26, 2024
1 parent a371221 commit 93c1ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To test KSP processors, you need to use the KSP dependency:

```Groovy
dependencies {
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.6.0")
}
```

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.5.1-SNAPSHOT
VERSION_NAME=1.6.0
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 93c1ffc

Please sign in to comment.