We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d0405 commit e53eaabCopy full SHA for e53eaab
project/plugins.sbt
@@ -1,3 +1,5 @@
1
-addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
+// 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")
4
5
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
0 commit comments