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 44ae487 commit 1adc36cCopy full SHA for 1adc36c
build.sbt
@@ -35,6 +35,8 @@ def getProps(prop: String*) =
35
.map(p => p -> getProp(p))
36
.collect { case (k, Some(v)) => s"""-D$k=$v""" }
37
38
+ThisBuild / dynverSonatypeSnapshots := false
39
+
40
lazy val publishSettings = Seq(
41
sonatypeCredentialHost := "s01.oss.sonatype.org",
42
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
0 commit comments