Skip to content

Commit

Permalink
Upgrade SBT and Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Aug 18, 2018
1 parent 1afaf17 commit a3461d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.1.5
sbt.version=1.2.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.get-coursier" %% "sbt-coursier" % "1.0.2")
addSbtPlugin("com.geirsson" %% "sbt-scalafmt" % "1.6.0-RC3")
addSbtPlugin("com.geirsson" %% "sbt-scalafmt" % "1.6.0-RC4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.10")
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1")

0 comments on commit a3461d2

Please sign in to comment.