Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 7261684

Browse files
authored
Checker Framework: 2.9.2 -> 2.10.0 (#1960)
1 parent 1ee99e5 commit 7261684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ subprojects {
252252

253253
dependencies {
254254
if (useCheckerFramework) {
255-
ext.checkerFrameworkVersion = '2.9.0'
255+
ext.checkerFrameworkVersion = '2.10.0'
256256

257257
// 2.4.0 is the last version of the Checker Framework compiler that supports annotations
258258
// in comments, though it should continue to work with newer versions of the Checker Framework.

0 commit comments

Comments
 (0)