Skip to content

Commit

Permalink
Removed duplicate typesafe config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfarwell committed Dec 9, 2014
1 parent 3f95b54 commit 5add11f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -15,7 +15,6 @@ description := "Scalastyle style checker for Scala"
libraryDependencies ++= Seq(
"com.danieltrinh" %% "scalariform" % "0.1.5",
"com.typesafe" % "config" % "1.2.0",
"com.typesafe" % "config" % "1.2.0",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test",
"com.google.guava" % "guava" % "17.0" % "test",
Expand Down

0 comments on commit 5add11f

Please sign in to comment.