Skip to content

Commit 514197b

Browse files
committed
update sonatype repository url
1 parent c7dcb23 commit 514197b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("ci-release")))
4444
ThisBuild / githubWorkflowEnv ++= List("PGP_PASSPHRASE", "PGP_SECRET", "SONATYPE_PASSWORD", "SONATYPE_USERNAME").map { envKey =>
4545
envKey -> s"$${{ secrets.$envKey }}"
4646
}.toMap
47+
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
48+
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
4749

4850
val Versions = new {
4951
val catsCore = "2.8.0"

0 commit comments

Comments
 (0)