Skip to content

Commit

Permalink
Upgrade to sbt-bintray 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben McCann committed Oct 5, 2016
1 parent c3a0f63 commit 6407b3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt.Keys._
import sbt.ScriptedPlugin._
import sbtrelease.ReleasePlugin._
import com.typesafe.sbt.SbtScalariform._
import bintray.Plugin.bintrayPublishSettings
import bintray.Keys._
import bintray.BintrayPlugin.bintrayPublishSettings
import bintray.BintrayKeys._
import com.typesafe.sbt.SbtGit._

object Build extends Build {
Expand Down Expand Up @@ -54,9 +54,9 @@ object Build extends Build {
(sbtDependency in GlobalScope).value.copy(revision = (sbtVersion in GlobalScope).value)
},
publishMavenStyle := false,
bintrayOrganization in bintray := Some("sbt"),
name in bintray := "sbteclipse",
repository in bintray := "sbt-plugin-releases",
bintrayOrganization := Some("sbt"),
bintrayPackage := "sbteclipse",
bintrayRepository := "sbt-plugin-releases",
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
publishArtifact in (Compile, packageDoc) := false,
publishArtifact in (Compile, packageSrc) := false,
Expand Down
2 changes: 1 addition & 1 deletion project/bintray.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.2.1")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

0 comments on commit 6407b3d

Please sign in to comment.