Skip to content

Commit

Permalink
Update EISOP version
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Oct 20, 2023
1 parent 98c0e4a commit 351d47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ tasks.withType(JavaCompile).configureEach {
apply plugin: 'org.checkerframework'

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

checkerFramework {
Expand Down

0 comments on commit 351d47c

Please sign in to comment.