Skip to content

Commit

Permalink
Update dependency io.github.eisop:checker-qual to v3.41.0-eisop1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 140b376 commit 7632daa
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 @@ -84,8 +84,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.41.0-eisop1'
testCompileOnly 'io.github.eisop:checker-qual:3.41.0-eisop1'
checkerFramework 'io.github.eisop:checker:3.34.0-eisop1'
}

Expand Down

0 comments on commit 7632daa

Please sign in to comment.