Skip to content

Commit

Permalink
Update checkerFrameworkVersion to v3.39.0-eisop1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 3, 2023
1 parent c90b40e commit f3728af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ checkerFramework {
// To use a snapshot version of the Checker Framework.
if (false) {
// TODO: change the above test to false when CF is released
ext.checkerFrameworkVersion = '3.39.0-eisop-SNAPSHOT'
ext.checkerFrameworkVersion = '3.39.0-eisop1'
dependencies {
compileOnly "io.github.eisop:checker-qual:${checkerFrameworkVersion}"
testCompileOnly "io.github.eisop:checker-qual:${checkerFrameworkVersion}"
Expand Down

0 comments on commit f3728af

Please sign in to comment.