diff --git a/build.sbt b/build.sbt index b51299727..57282a00e 100644 --- a/build.sbt +++ b/build.sbt @@ -99,11 +99,11 @@ lazy val publishSettings = Seq( email = "felipe@openlaw.io", url = new URL(s"http://github.com/openlawbot") ) - ), - publishTo in ThisBuild := Some( - "GitHub Packages OpenLaw Core" at "https://maven.pkg.github.com/openlawteam/openlaw-core" ) ) +publishTo := Some( + "GitHub Packages OpenLaw Core" at "https://maven.pkg.github.com/openlawteam/openlaw-core" +) lazy val releaseSettings = releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, // : ReleaseStep diff --git a/project/plugins.sbt b/project/plugins.sbt index dbc83b644..2e5197884 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0") /* Release process */ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") /* Code coverage */