Skip to content

Commit

Permalink
Merge pull request scalastyle#157 from kciesielski/master
Browse files Browse the repository at this point in the history
Switch to scalariform 0.1.7
  • Loading branch information
matthewfarwell committed Sep 1, 2015
2 parents eb3ae4c + 8f13816 commit 1a6c4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crossScalaVersions := Seq("2.10.4", "2.11.2")
description := "Scalastyle style checker for Scala"

libraryDependencies ++= Seq(
"com.danieltrinh" %% "scalariform" % "0.1.5",
"org.scalariform" %% "scalariform" % "0.1.7",
"com.typesafe" % "config" % "1.2.0",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test",
Expand Down

0 comments on commit 1a6c4fb

Please sign in to comment.