We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bc0507 + ed240fe commit 24d8763Copy full SHA for 24d8763
1 file changed
build.sbt
@@ -22,6 +22,8 @@ enablePlugins(SonatypeCiReleasePlugin)
22
23
ThisBuild / githubWorkflowArtifactUpload := false
24
25
+ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
26
+
27
val Scala212Cond = s"matrix.scala == '$Scala212'"
28
29
def rubySetupSteps(cond: Option[String]) = Seq(
0 commit comments