We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5c9fc commit 9dfb9b4Copy full SHA for 9dfb9b4
build.sbt
@@ -18,6 +18,7 @@ organization in ThisBuild := "io.github.streetcontxt"
18
scalaVersion in ThisBuild := "2.13.1"
19
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.1")
20
licenses in ThisBuild += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
21
+sonatypeCredentialHost := "s01.oss.sonatype.org"
22
23
name := "kpl-scala"
24
0 commit comments