mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-04-30 04:14:29 +02:00
Initial commit
This commit is contained in:
4
project/build.properties
Normal file
4
project/build.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
#Activator-generated Properties
|
||||
#Wed Jul 15 12:08:24 CEST 2015
|
||||
template.uuid=a91771f5-1745-4f51-b877-badeea610f64
|
||||
sbt.version=0.13.9
|
||||
16
project/plugins.sbt
Normal file
16
project/plugins.sbt
Normal file
@@ -0,0 +1,16 @@
|
||||
// The Play plugin
|
||||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.4")
|
||||
|
||||
// web plugins
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.6")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.3")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.7")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.0")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
|
||||
Reference in New Issue
Block a user