diff options
author | Pacien TRAN-GIRARD | 2015-01-22 20:58:09 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-01-22 20:58:09 +0100 |
commit | 2f6780969318c08c7a0a0e8e52a7dad33ff53786 (patch) | |
tree | 893d9356b0fd02b40124712bfa88128f02cd7b53 /project | |
download | minibay-2f6780969318c08c7a0a0e8e52a7dad33ff53786.tar.gz |
Bootstrap Play Scala project
Diffstat (limited to 'project')
-rw-r--r-- | project/build.properties | 4 | ||||
-rw-r--r-- | project/plugins.sbt | 18 |
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 | ||
3 | template.uuid=59b33e52-e2cf-4bb9-9028-4e0fce1b8ea7 | ||
4 | sbt.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 @@ | |||
1 | resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" | ||
2 | |||
3 | // The Play plugin | ||
4 | addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7") | ||
5 | |||
6 | // web plugins | ||
7 | |||
8 | addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0") | ||
9 | |||
10 | addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0") | ||
11 | |||
12 | addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.1") | ||
13 | |||
14 | addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.1") | ||
15 | |||
16 | addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0") | ||
17 | |||
18 | addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.0.0") | ||