Skip to content

Commit 8912ce0

Browse files
committed
Make s01.oss.sonatype.org the default host
1 parent b8d6f96 commit 8912ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonatype/src/main/scala/org/typelevel/sbt/TypelevelSonatypePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object TypelevelSonatypePlugin extends AutoPlugin {
3939

4040
override def buildSettings =
4141
Seq(
42-
tlSonatypeUseLegacyHost := true,
42+
tlSonatypeUseLegacyHost := false,
4343
autoAPIMappings := true
4444
) ++ addCommandAlias(
4545
"tlRelease",

0 commit comments

Comments
 (0)