Skip to content

Commit 0a47662

Browse files
committed
Update build.sbt
1 parent 84e3669 commit 0a47662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ThisBuild / scalaVersion := scala213Version
1515
ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
1616

1717
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
18-
ThisBuild / sonatypeRepository := sonatypeCentralHost // "s01.oss.sonatype.org"
18+
ThisBuild / sonatypeRepository := "s01.oss.sonatype.org"
1919

2020
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2121

0 commit comments

Comments
 (0)