Skip to content

Commit c85c5f9

Browse files
committed
Revert "Publish every main commit"
This reverts commit 1adc36c. This doesn't work.
1 parent 1adc36c commit c85c5f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def getProps(prop: String*) =
3535
.map(p => p -> getProp(p))
3636
.collect { case (k, Some(v)) => s"""-D$k=$v""" }
3737

38-
ThisBuild / dynverSonatypeSnapshots := false
39-
4038
lazy val publishSettings = Seq(
4139
sonatypeCredentialHost := "s01.oss.sonatype.org",
4240
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

0 commit comments

Comments
 (0)