Skip to content

Commit 1adc36c

Browse files
committed
Publish every main commit
1 parent 44ae487 commit 1adc36c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ 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+
3840
lazy val publishSettings = Seq(
3941
sonatypeCredentialHost := "s01.oss.sonatype.org",
4042
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

0 commit comments

Comments
 (0)