Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
going to cfparser 2.8.0 to fix this
  • Loading branch information
ryaneberly committed Sep 15, 2018
1 parent 617162e commit ea0cc0f
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 @@ -71,7 +71,7 @@ repositories {
maven { url "http://cfmlprojects.org/artifacts" }
}
dependencies {
compile group: 'com.github.cfparser', name: 'cfml.parsing', version: '2.7.0'
compile group: 'com.github.cfparser', name: 'cfml.parsing', version: '2.8.0'
compile group: 'commons-cli', name: 'commons-cli', version: '1.2'
compile group: 'ro.fortsoft.pf4j', name: 'pf4j', version: '0.6'
compile group: 'ant', name: 'ant', version: '1.7.0'
Expand Down

0 comments on commit ea0cc0f

Please sign in to comment.