Skip to content

Commit

Permalink
Update dependency io.github.eisop:checker-qual to v3.42.0-eisop3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent be590ae commit 747a67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ tasks.withType(JavaCompile).configureEach {
apply plugin: 'org.checkerframework'

dependencies {
compileOnly 'io.github.eisop:checker-qual:3.34.0-eisop1'
testCompileOnly 'io.github.eisop:checker-qual:3.34.0-eisop1'
compileOnly 'io.github.eisop:checker-qual:3.42.0-eisop3'
testCompileOnly 'io.github.eisop:checker-qual:3.42.0-eisop3'
checkerFramework 'io.github.eisop:checker:3.34.0-eisop1'
}

Expand Down

0 comments on commit 747a67a

Please sign in to comment.