summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-03-07 10:26:38 -0800
committerGitHub <noreply@github.com>2017-03-07 10:26:38 -0800
commit567aa14cc388c7315dc0d15405d6c583bfe3f3d7 (patch)
tree447f3ce3dc429b3dbdf300d9cdc42f984be1930d /project/plugins.sbt
parentee5ca5da03590844889c4c2d20bc711165bba2aa (diff)
parent992a1135836dadb9494bdaa7c0363dffc3b965c8 (diff)
downloadscala-567aa14cc388c7315dc0d15405d6c583bfe3f3d7.tar.gz
scala-567aa14cc388c7315dc0d15405d6c583bfe3f3d7.tar.bz2
scala-567aa14cc388c7315dc0d15405d6c583bfe3f3d7.zip
Merge pull request #5733 from szeiger/wip/use-jgit
Get commit SHA and date with JGit
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ca80c88a9e..58e2d6cdad 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,6 +21,11 @@ buildInfoPackage := "scalabuild"
libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.13"
+libraryDependencies ++= Seq(
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "4.6.0.201612231935-r",
+ "org.slf4j" % "slf4j-nop" % "1.7.23"
+)
+
concurrentRestrictions in Global := Seq(
Tags.limitAll(1) // workaround for https://github.com/sbt/sbt/issues/2970
)