Skip to content

Commit

Permalink
Update dependency com.github.bsideup.jabel:jabel-javac-plugin to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent bd01511 commit 8f949a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
api(gradleApi())
compileOnly("org.jetbrains:annotations:23.0.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.9.0")
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2")
testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2")
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")

testImplementation(platform("org.junit:junit-bom:5.9.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit 8f949a3

Please sign in to comment.