Skip to content

Commit

Permalink
Merge pull request #160 from MinimallyCorrect/renovate/com.github.bsi…
Browse files Browse the repository at this point in the history
…deup.jabel-jabel-javac-plugin-1.x

Update dependency com.github.bsideup.jabel:jabel-javac-plugin to v1
  • Loading branch information
LunNova authored Sep 13, 2023
2 parents 1c1bcfd + 8f949a3 commit 974e80d
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:24.0.1")
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 974e80d

Please sign in to comment.