summaryrefslogtreecommitdiff
path: root/project/build.sbt
blob: 43b4d9b51b5710d365b4d11f2f8b4e8e6ea41b54 (plain) (blame)
1
2
3
4
5
6
7
8
9
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.0-RC2")

addSbtPlugin("com.lihaoyi" % "utest-js-plugin" % "0.2.5-RC1")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.4")

libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r"

addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.1.1")