Skip to content

Commit

Permalink
setting the sonatype host
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-streetcontxt committed Apr 21, 2021
1 parent 9b5c9fc commit 9dfb9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ organization in ThisBuild := "io.github.streetcontxt"
scalaVersion in ThisBuild := "2.13.1"
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.1")
licenses in ThisBuild += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
sonatypeCredentialHost := "s01.oss.sonatype.org"

name := "kpl-scala"

Expand Down

0 comments on commit 9dfb9b4

Please sign in to comment.