aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-22 20:58:09 +0100
committerPacien TRAN-GIRARD2015-01-22 20:58:09 +0100
commit2f6780969318c08c7a0a0e8e52a7dad33ff53786 (patch)
tree893d9356b0fd02b40124712bfa88128f02cd7b53 /project
downloadminibay-2f6780969318c08c7a0a0e8e52a7dad33ff53786.tar.gz
Bootstrap Play Scala project
Diffstat (limited to 'project')
-rw-r--r--project/build.properties4
-rw-r--r--project/plugins.sbt18
2 files changed, 22 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000..0e26d51
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1,4 @@
1#Activator-generated Properties
2#Thu Jan 22 20:23:52 CET 2015
3template.uuid=59b33e52-e2cf-4bb9-9028-4e0fce1b8ea7
4sbt.version=0.13.5
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..74867bd
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,18 @@
1resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
2
3// The Play plugin
4addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7")
5
6// web plugins
7
8addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
9
10addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0")
11
12addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.1")
13
14addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.1")
15
16addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0")
17
18addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.0.0")