Skip to content

Commit

Permalink
update to 4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Sep 26, 2017
1 parent 1521dd5 commit 8e843c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ grails.project.dependency.resolution = {
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.

runtime('org.languagetool:language-all:3.9-SNAPSHOT') {
runtime('org.languagetool:language-all:4.0-SNAPSHOT') {
exclude "slf4j-nop"
}
runtime 'org.languagetool:languagetool-wikipedia:3.9-SNAPSHOT'
runtime('org.languagetool:languagetool-http-client:3.9-SNAPSHOT')
runtime 'org.languagetool:languagetool-wikipedia:4.0-SNAPSHOT'
runtime('org.languagetool:languagetool-http-client:4.0-SNAPSHOT')

runtime 'mysql:mysql-connector-java:6.0.5'
runtime 'org.springframework:spring-expression:4.2.0.RELEASE'
Expand Down

0 comments on commit 8e843c3

Please sign in to comment.