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 1adc36c commit c85c5f9Copy full SHA for c85c5f9
build.sbt
@@ -35,8 +35,6 @@ 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