aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-11-13 12:00:05 -0800
committerJakob Odersky <jakob@odersky.com>2016-11-13 12:00:05 -0800
commit4e5778cac0a8be14b072a3626567ad6342d9ce31 (patch)
treedf259f11980ef68d2339a1bb44625b2ec3630bfb /project/plugins.sbt
downloadplay-scalajs-chat-4e5778cac0a8be14b072a3626567ad6342d9ce31.tar.gz
play-scalajs-chat-4e5778cac0a8be14b072a3626567ad6342d9ce31.tar.bz2
play-scalajs-chat-4e5778cac0a8be14b072a3626567ad6342d9ce31.zip
Initial commit
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..b772558
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,2 @@
+// The Play plugin
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.9")