Skip to content

Commit

Permalink
Update dependency to choco to version 4.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianstock committed Dec 21, 2022
1 parent 6793f65 commit af1fbfe
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 @@ -42,7 +42,7 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'

implementation group: 'org.choco-solver', name: 'choco-solver', version: '4.10.2'
implementation group: 'org.choco-solver', name: 'choco-solver', version: '4.10.10'

// https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.8'
Expand Down

0 comments on commit af1fbfe

Please sign in to comment.