Skip to content

Commit

Permalink
fix(build): gh packages plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Jul 29, 2021
1 parent c6f3ca7 commit f92ba67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f92ba67

Please sign in to comment.