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

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