Skip to content

Commit

Permalink
Update ProjectSettings.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 22, 2024
1 parent 63cdf50 commit aebf5f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/ProjectSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ object ProjectSettings extends AutoPlugin {
scalafmtOnCompile := false,
javafmtOnCompile := false,
ThisBuild / mimaReportSignatureProblems := true,
projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value),
apacheSonatypeDisclaimerFile := Some((LocalRootProject / baseDirectory).value / "DISCLAIMER"))
projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value))

override lazy val buildSettings = Seq(
dynverSonatypeSnapshots := true)
Expand Down

0 comments on commit aebf5f0

Please sign in to comment.