Skip to content

Commit e2e9934

Browse files
committed
Added Sonatype host
1 parent e2a249d commit e2e9934

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
@@ -18,6 +18,9 @@ inThisBuild(
1818
)
1919
)
2020

21+
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
22+
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
23+
2124
lazy val core = project
2225
.settings(
2326
name := "core",

0 commit comments

Comments
 (0)