summaryrefslogtreecommitdiff
path: root/project/build.sbt
blob: 5ef6e33a1a40d97cae7915998b382741f237a6f3 (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.2.1")