Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher"
# Plugin packages
# This way of applying the plugins is needed for the build-related code in buildSrc/src/main/,
# see https://docs.gradle.org/current/samples/sample_convention_plugins.html#things_to_note.
pluginPackages-checkerFramework = "org.checkerframework:checkerframework-gradle-plugin:0.6.60"
pluginPackages-checkerFramework = "org.checkerframework:checkerframework-gradle-plugin:0.6.61"
pluginPackages-grgit = "org.ajoberstar.grgit:grgit-gradle:5.3.3"
pluginPackages-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }

Expand Down