We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f61bef + 0858c23 commit 5c7c76cCopy full SHA for 5c7c76c
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.15
+sbt.version=0.13.17
project/plugins.sbt
@@ -1,7 +1,3 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
2
3
-// incompatible with sbt-gpg (https://github.com/softprops/bintray-sbt/pull/10)
4
-// JZ: is this still true after updating to 0.3.0?
5
-// lrytz: I tried upgrading to "org.foundweekends" % "sbt-bintray" % "0.4.0" but got a linkage error
6
-// [error] (*:bintrayEnsureBintrayPackageExists) java.lang.NoSuchMethodError: org.json4s.Formats.emptyValueStrategy()Lorg/json4s/prefs/EmptyValueStrategy;
7
-addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
+addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
0 commit comments