Skip to content

Commit

Permalink
sonatypeCentralHost
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Dec 15, 2024
1 parent 3062d31 commit bb0dd5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import org.typelevel.scalacoptions.ScalaVersion.V3_0_0
import org.typelevel.scalacoptions.ScalacOption
import org.typelevel.scalacoptions.ScalacOptions

import xerial.sbt.Sonatype.sonatypeCentralHost

val disableWebsiteOnCI = true

val ciVariants = List("ciFirefox", "ciChrome", "ciJSDOMNodeJS")
Expand Down Expand Up @@ -49,6 +51,7 @@ inThisBuild(
Test / publishArtifact := false,
Test / parallelExecution := false,
scalafmtOnCompile := true,
sonatypeCredentialHost := sonatypeCentralHost,
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")),
githubWorkflowUseSbtThinClient := false,
githubWorkflowSbtCommand := "sbt -mem 5000",
Expand Down

0 comments on commit bb0dd5f

Please sign in to comment.