Skip to content

Commit

Permalink
Merge pull request #552 from disneystreaming/switch-to-s01
Browse files Browse the repository at this point in the history
Switch publish settings to use the s01 sonatype infra
  • Loading branch information
Baccata authored Jul 29, 2022
2 parents 6335e00 + 5ab3417 commit dbca1d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports"
Global / (Test / fork) := true
Global / (Test / testOptions) += Tests.Argument("--quickstart")

sonatypeCredentialHost := "s01.oss.sonatype.org"

val Version = new {
object CE3 {
val fs2 = "3.2.10"
Expand Down
5 changes: 3 additions & 2 deletions project/WeaverPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,9 @@ object WeaverPlugin extends AutoPlugin {
.filter(_.startsWith("refs/tags/v"))
.map(_.drop("refs/tags/v".length))
.getOrElse(version.value),
publishTo := sonatypePublishToBundle.value,
publishMavenStyle := true,
publishTo := sonatypePublishToBundle.value,
sonatypeCredentialHost := "s01.oss.sonatype.org",
publishMavenStyle := true,
licenses := Seq(
"Apache" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
homepage := Some(url("https://github.com/disneystreaming")),
Expand Down

0 comments on commit dbca1d3

Please sign in to comment.