aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-06-18 15:13:12 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-06-22 10:31:36 -0700
commit91ec5a1a04339983d57a72d8df8f1d769d8d855a (patch)
treecab5e5b370b4a107b883ecfe9b5698ce7071abfb /project/plugins.sbt
parentfc94576ece99f2b224a951b32f0f6360701b7cd3 (diff)
downloadspark-91ec5a1a04339983d57a72d8df8f1d769d8d855a.tar.gz
spark-91ec5a1a04339983d57a72d8df8f1d769d8d855a.tar.bz2
spark-91ec5a1a04339983d57a72d8df8f1d769d8d855a.zip
Changing JSON protocol and removing spray code
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f806e66481..1b0f879b94 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -10,8 +10,6 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")
-addSbtPlugin("io.spray" %% "sbt-twirl" % "0.6.1")
-
// For Sonatype publishing
//resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)