From 2f6780969318c08c7a0a0e8e52a7dad33ff53786 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Thu, 22 Jan 2015 20:58:09 +0100 Subject: Bootstrap Play Scala project --- project/build.properties | 4 ++++ project/plugins.sbt | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 project/build.properties create mode 100644 project/plugins.sbt (limited to 'project') 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 @@ +#Activator-generated Properties +#Thu Jan 22 20:23:52 CET 2015 +template.uuid=59b33e52-e2cf-4bb9-9028-4e0fce1b8ea7 +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 @@ +resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" + +// The Play plugin +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7") + +// web plugins + +addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0") + +addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0") + +addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.1") + +addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.1") + +addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0") + +addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.0.0") -- cgit v1.2.3