Skip to content

Commit 04da004

Browse files
committed
attempt to fix publish settings
1 parent 318b399 commit 04da004

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
@@ -19,14 +19,14 @@ ThisBuild / developers := List(
1919
url = url("https://rolang.dev")
2020
)
2121
)
22+
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeCentralHost
2223

2324
lazy val testSettings = Seq(
2425
Compile / scalacOptions ++= Seq("-Xmax-inlines:64"),
2526
scalacOptions -= "-Xfatal-warnings"
2627
)
2728

2829
lazy val publishSettings = List(
29-
sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeCentralHost,
3030
publishTo := sonatypePublishToBundle.value
3131
)
3232

0 commit comments

Comments
 (0)