spark-instrumented-optimizer/project/plugins.sbt

11 lines
296 B
Plaintext
Raw Normal View History

2011-09-26 17:24:29 -04:00
resolvers ++= Seq(
"sbt-idea-repo" at "http://mpeltonen.github.com/maven/",
Classpaths.typesafeResolver
)
2011-09-27 18:13:38 -04:00
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0")
2011-09-26 17:24:29 -04:00
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.4.0")
addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "0.7.2")