Skip to content

Commit

Permalink
Update scalafix project dependencies (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeons authored and kailuowang committed Oct 3, 2017
1 parent 7622a90 commit a915afb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scalafix/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.16
8 changes: 4 additions & 4 deletions scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.0-RC2")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC3")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.0.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.2")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0")

0 comments on commit a915afb

Please sign in to comment.