Skip to content

Commit 20b3f93

Browse files
authored
Merge pull request #383 from typelevel/sonatype-credential-host
Set Sonatype Credential Host
2 parents 8a77cac + b52a5b8 commit 20b3f93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ThisBuild / scalaVersion := crossScalaVersions.value.last
77

88
ThisBuild / githubWorkflowArtifactUpload := false
99

10+
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
11+
1012
val Scala213Cond = s"matrix.scala == '$Scala213'"
1113

1214
def rubySetupSteps(cond: Option[String]) = Seq(

0 commit comments

Comments
 (0)