There was an error while loading. Please reload this page.
1 parent c62e13b commit 76da769Copy full SHA for 76da769
1 file changed
build.sbt
@@ -46,4 +46,6 @@ ThisBuild / publishTo := {
46
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
47
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
48
}
49
+
50
ThisBuild / publishMavenStyle := true
51
+updateOptions := updateOptions.value.withGigahorse(false)
0 commit comments