Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev committed Dec 18, 2020
1 parent 42687db commit f3286cb
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 @@ -96,7 +96,7 @@ Add dependency to your module's `build.gradle` file:
```Groovy
dependencies {
// ...
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.2'
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.3'
}
```

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

```Groovy
dependencies {
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.2'
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
kotlin.incremental=false

GROUP=com.github.tschuchortdev
VERSION_NAME=1.3.3-SNAPSHOT
VERSION_NAME=1.3.3
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 f3286cb

Please sign in to comment.