Skip to content

Commit e53eaab

Browse files
committed
Revert "Update sbt-git to 0.9.3"
This reverts commit 077335a.
1 parent b8d0405 commit e53eaab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project/plugins.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
1+
// careful upgrading this; we can't move to a version that doesn't
2+
// work on Java 6
3+
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.4")
24

35
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")

0 commit comments

Comments
 (0)