summaryrefslogtreecommitdiff
path: root/project/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/build.sbt')
-rw-r--r--project/build.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/build.sbt b/project/build.sbt
index e04b021..489e892 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -4,4 +4,6 @@ addSbtPlugin("com.lihaoyi" % "utest-js-plugin" % "0.2.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.4")
-libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r" \ No newline at end of file
+libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r"
+
+addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.1.0")