There was an error while loading. Please reload this page.
2 parents 8a77cac + b52a5b8 commit 20b3f93Copy full SHA for 20b3f93
1 file changed
build.sbt
@@ -7,6 +7,8 @@ ThisBuild / scalaVersion := crossScalaVersions.value.last
7
8
ThisBuild / githubWorkflowArtifactUpload := false
9
10
+ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
11
+
12
val Scala213Cond = s"matrix.scala == '$Scala213'"
13
14
def rubySetupSteps(cond: Option[String]) = Seq(
0 commit comments