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 Jul 12, 2021
1 parent a349bed commit ae11ed5
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 @@ -50,7 +50,7 @@ dependencies {
compile files("${checkerJar}")
compile group: 'com.google.errorprone', name: 'javac', version: "$errorproneJavacVersion"

compile 'org.plumelib:options:1.0.5'
compile 'org.plumelib:options:2.0.0'
// Serialize constraints
compile 'com.googlecode.json-simple:json-simple:1.1.1'
// Pretty print serialized constraints
Expand Down

0 comments on commit ae11ed5

Please sign in to comment.