summaryrefslogtreecommitdiff
path: root/project/build.sbt
blob: a4c904101e7129e247b575b0e8a25318076793e6 (plain) (blame)
1
2
3
4
5
6
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")

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")