Skip to content

Commit

Permalink
Downgrading dependency to solve issue: sbt#104
Browse files Browse the repository at this point in the history
  • Loading branch information
pdolega authored and jvican committed Jun 19, 2017
1 parent a8da266 commit d6690ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
.idea
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val unusedWarnings = Seq("-Ywarn-unused-import", "-Ywarn-unused")

lazy val commonSettings: Seq[Setting[_]] = Seq(
version in ThisBuild := "0.4.0",
version in ThisBuild := "0.5.0",
organization in ThisBuild := "org.foundweekends",
homepage in ThisBuild := Some(url(s"https://github.com/sbt/${name.value}/#readme")),
licenses in ThisBuild := Seq("MIT" ->
Expand Down Expand Up @@ -31,7 +31,7 @@ lazy val root = (project in file("."))
name := "sbt-bintray",
sbtPlugin := true,
libraryDependencies ++= Seq(
"org.foundweekends" %% "bintry" % "0.5.0",
"org.foundweekends" %% "bintry" % "0.6.0",
"org.slf4j" % "slf4j-nop" % "1.7.7"), // https://github.com/softprops/bintray-sbt/issues/26
resolvers += Resolver.sonatypeRepo("releases")
)

0 comments on commit d6690ac

Please sign in to comment.