Skip to content

Commit

Permalink
Merge pull request #9 from mantisMolloy/upgrade_scalafmt
Browse files Browse the repository at this point in the history
Upgrade to scalafmt 0.5.3
  • Loading branch information
alenkacz authored Jan 25, 2017
2 parents 758133c + f755227 commit 70e098e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ task wrapper(type: Wrapper) {
dependencies {
compile gradleApi()
compile 'org.codehaus.groovy:groovy-all:2.4.7'
compile 'com.geirsson:scalafmt_2.11:0.5.1'
compile 'com.geirsson:scalafmt-core_2.11:0.5.3'

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile gradleTestKit()
Expand Down Expand Up @@ -89,4 +89,4 @@ pluginBundle {
displayName = 'Gradle Scalafmt plugin'
}
}
}
}

0 comments on commit 70e098e

Please sign in to comment.