Skip to content

Commit fbb0e91

Browse files
Set up Sonatype S01 explicitly for now
1 parent c3d8a36 commit fbb0e91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ ThisBuild / developers := List(
2020
)
2121
)
2222

23+
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
24+
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
25+
2326
ThisBuild / homepage := scmInfo.value.map(_.browseUrl)
2427

2528
ThisBuild / semanticdbEnabled := true

0 commit comments

Comments
 (0)