Skip to content

Commit

Permalink
Merge pull request #11 from machaval/master
Browse files Browse the repository at this point in the history
Update to scala 2.12 and latest scalafmt
  • Loading branch information
alenkacz authored Apr 5, 2017
2 parents 6ae0915 + bb74caa commit 838c74e
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 @@ -35,7 +35,7 @@ task wrapper(type: Wrapper) {
dependencies {
compile gradleApi()
compile 'org.codehaus.groovy:groovy-all:2.4.7'
compile 'com.geirsson:scalafmt-core_2.11:0.6.3'
compile 'com.geirsson:scalafmt-core_2.12:0.6.6'

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile gradleTestKit()
Expand Down

0 comments on commit 838c74e

Please sign in to comment.