Skip to content

Commit

Permalink
deps: Gradle 6.2.2 and few minor dependencies updates (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Mar 21, 2020
1 parent 239b52a commit fd461b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ repositories {

dependencies {
compile gradleApi()
compile 'org.scalameta:scalafmt-dynamic_2.12:2.3.2'
compile 'org.scala-lang.modules:scala-xml_2.12:1.2.0'
compile 'org.scalameta:scalafmt-dynamic_2.12:2.4.2'
compile 'org.scala-lang.modules:scala-xml_2.12:1.3.0'

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13'
testCompile gradleTestKit()
testCompile ('org.spockframework:spock-core:1.0-groovy-2.4') {
testCompile ('org.spockframework:spock-core:1.3-groovy-2.4') {
exclude group:'org.codehaus.groovy'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip

0 comments on commit fd461b4

Please sign in to comment.