Skip to content

Commit

Permalink
build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirNik committed Sep 14, 2013
1 parent 0a5c861 commit dfc07e1
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 @@ -6,7 +6,7 @@ scalaVersion := "2.10.2"

libraryDependencies ++= Seq(
//compilerPlugin("test.org" %% "printplugin" % "1.0")
compilerPlugin("org.scala-lang.plugins" %% "printplugin" % "1.0")
compilerPlugin("org.scala-lang.plugins" %% "printplugin" % "0.2.0")
//"org.scala-lang" %% "scala-pretty-printer" % "0.2.0")
)

Expand Down

0 comments on commit dfc07e1

Please sign in to comment.