Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Fixed build to support latest bintray plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
netvl committed Jun 11, 2015
1 parent 697d146 commit 0a84ac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ val commonCommonSettings = Seq(
autoAPIMappings := true
)

val commonSettings = bintrayPublishSettings ++ commonCommonSettings ++ Seq(
name in bintray.Keys.bintray := "picopickle",
val commonSettings = commonCommonSettings ++ Seq(
bintrayPackage := "picopickle",
bintrayReleaseOnPublish in ThisBuild := false,

licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/netvl/picopickle/master/LICENSE")),
homepage := Some(url("https://github.com/netvl/picopickle")),
Expand Down

0 comments on commit 0a84ac0

Please sign in to comment.