aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2013-04-04 13:26:45 -0700
committerAndy Konwinski <andyk@berkeley.edu>2013-04-04 13:26:45 -0700
commit5555811bd54ddb84bce11d4ab04b1f818c221a14 (patch)
tree6656c379f1b43e086b246b0a2acd27d0724f7a91 /project/plugins.sbt
parentdfe98ca798d84e6847330012f1332d9271156534 (diff)
downloadspark-5555811bd54ddb84bce11d4ab04b1f818c221a14.tar.gz
spark-5555811bd54ddb84bce11d4ab04b1f818c221a14.tar.bz2
spark-5555811bd54ddb84bce11d4ab04b1f818c221a14.zip
Update build to Scala 2.9.3
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4d0e696a11..9cea0b5ee4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -10,7 +10,7 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-RC1")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
-addSbtPlugin("cc.spray" %% "sbt-twirl" % "0.5.2")
+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)