Skip to content

Commit 5c7c76c

Browse files
authored
Merge pull request #40 from retronym/bump/bintray
Upgrade SBT and bintray plugin
2 parents 3f61bef + 0858c23 commit 5c7c76c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.17

project/plugins.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
22

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")
3+
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")

0 commit comments

Comments
 (0)