Skip to content

Commit

Permalink
update sonatype repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed May 18, 2024
1 parent c7dcb23 commit 514197b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("ci-release")))
ThisBuild / githubWorkflowEnv ++= List("PGP_PASSPHRASE", "PGP_SECRET", "SONATYPE_PASSWORD", "SONATYPE_USERNAME").map { envKey =>
envKey -> s"$${{ secrets.$envKey }}"
}.toMap
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

val Versions = new {
val catsCore = "2.8.0"
Expand Down

0 comments on commit 514197b

Please sign in to comment.