We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa671b commit 61693e1Copy full SHA for 61693e1
project/plugins.sbt
@@ -1,11 +1,8 @@
1
-addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.6.4")
+addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.8.0-RC2")
2
3
-addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.5")
+addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")
4
5
// git plugin
6
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
7
8
-addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.3")
9
-
10
-// s3
11
+addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.4")
0 commit comments