Skip to content

Commit 9dfb9b4

Browse files
setting the sonatype host
1 parent 9b5c9fc commit 9dfb9b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ organization in ThisBuild := "io.github.streetcontxt"
1818
scalaVersion in ThisBuild := "2.13.1"
1919
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.1")
2020
licenses in ThisBuild += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
21+
sonatypeCredentialHost := "s01.oss.sonatype.org"
2122

2223
name := "kpl-scala"
2324

0 commit comments

Comments
 (0)