Skip to content

Commit

Permalink
3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 1, 2023
1 parent ef21dd6 commit a6afe84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ subprojects { project ->
repositories {
mavenCentral()
google()
mavenLocal()
}

// For some reason, spotless complains when applied to the jar-infer folder itself, even
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (project.hasProperty("epApiVersion")) {

def versions = [
asm : "9.3",
checkerFramework : "3.37.1-SNAPSHOT",
checkerFramework : "3.38.0",
// for comparisons in other parts of the build
errorProneLatest : latestErrorProneVersion,
// The version of Error Prone used to check NullAway's code.
Expand Down

0 comments on commit a6afe84

Please sign in to comment.