Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.kapt from 1.5.31 to 1.6.0 (#76)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlin.kapt from 1.5.31 to 1.6.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2021
1 parent 4d0333e commit 5f2e8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.6.0"
id("org.jetbrains.kotlin.kapt") version "1.5.31"
id("org.jetbrains.kotlin.kapt") version "1.6.0"
id("org.jetbrains.kotlin.plugin.allopen") version "1.6.0"
id("io.micronaut.application") version "1.5.0"
id("com.github.johnrengelman.shadow") version "7.1.0"
Expand Down

0 comments on commit 5f2e8ab

Please sign in to comment.