We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e3669 commit 0a47662Copy full SHA for 0a47662
build.sbt
@@ -15,7 +15,7 @@ ThisBuild / scalaVersion := scala213Version
15
ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
16
17
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
18
-ThisBuild / sonatypeRepository := sonatypeCentralHost // "s01.oss.sonatype.org"
+ThisBuild / sonatypeRepository := "s01.oss.sonatype.org"
19
20
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
21
0 commit comments