Skip to content

Commit 123970e

Browse files
committed
Downgrade sbt-bintray
1 parent 6132734 commit 123970e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project/plugins.sbt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
22

33
// 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")
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")

0 commit comments

Comments
 (0)