Skip to content

Commit

Permalink
Update dependency io.github.eisop:checker-qual to v3.39.0-eisop1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 5, 2023
1 parent 2cd0725 commit 29860c2
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 @@ -93,8 +93,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.39.0-eisop1'
testCompileOnly 'io.github.eisop:checker-qual:3.39.0-eisop1'
checkerFramework 'io.github.eisop:checker:3.34.0-eisop1'
}

Expand Down

0 comments on commit 29860c2

Please sign in to comment.