Skip to content

Commit

Permalink
Bump options from 1.0.5 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [options](https://github.com/plume-lib/options) from 1.0.5 to 2.0.0.
- [Release notes](https://github.com/plume-lib/options/releases)
- [Changelog](https://github.com/plume-lib/options/blob/master/CHANGELOG.md)
- [Commits](plume-lib/options@v1.0.5...v2.0.0)

---
updated-dependencies:
- dependency-name: org.plumelib:options
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2022
1 parent a61365e commit d144f67
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 @@ -49,7 +49,7 @@ dependencies {
implementation files("${checkerJar}")
implementation group: 'com.google.errorprone', name: 'javac', version: "$errorproneJavacVersion"

implementation 'org.plumelib:options:1.0.5'
implementation 'org.plumelib:options:2.0.0'
implementation 'org.plumelib:plume-util:1.5.8'

implementation 'com.google.guava:guava:31.0.1-jre'
Expand Down

0 comments on commit d144f67

Please sign in to comment.