We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6132734 commit 123970eCopy full SHA for 123970e
project/plugins.sbt
@@ -1,5 +1,7 @@
1
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
-addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")
+// JZ: is this still true after updating to 0.3.0?
+// 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")
0 commit comments