Skip to content

Commit

Permalink
use released version of docopt to avoid snapshot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ebridges committed Jul 8, 2018
1 parent 21264fb commit 1d2e9d0
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 @@ -24,7 +24,7 @@ release {
}

dependencies {
compile group: 'com.github.docopt', name: 'docopt.java', version: '-SNAPSHOT'
compile group: 'com.offbytwo', name: 'docopt', version: '0.6.0.20150202'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.+'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.+'
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.6'
Expand Down

0 comments on commit 1d2e9d0

Please sign in to comment.