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 c3d8a36 commit fbb0e91Copy full SHA for fbb0e91
build.sbt
@@ -20,6 +20,9 @@ ThisBuild / developers := List(
20
)
21
22
23
+ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
24
+ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
25
+
26
ThisBuild / homepage := scmInfo.value.map(_.browseUrl)
27
28
ThisBuild / semanticdbEnabled := true
0 commit comments