aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-09-30 08:57:29 +0200
committerJakob Odersky <jodersky@gmail.com>2014-09-30 08:57:29 +0200
commit8ec08695eade13b053caa6bd103065a056cdf179 (patch)
tree9ce23ab688b4a469ecf40d4b1c31a848ed7dca64 /project/plugins.sbt
downloadmavigator-8ec08695eade13b053caa6bd103065a056cdf179.tar.gz
mavigator-8ec08695eade13b053caa6bd103065a056cdf179.tar.bz2
mavigator-8ec08695eade13b053caa6bd103065a056cdf179.zip
initial commit
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..2c768c0
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,7 @@
+resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
+
+// The Play plugin
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.4")
+
+// Scala.js plugin
+addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5") \ No newline at end of file