Skip to content

Commit

Permalink
Add version scheme to published pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jan 27, 2025
1 parent 09802ef commit 345d62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ object BuildHelper {
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)
)
},
versionScheme := Some("early-semver"),
semanticdbEnabled := scalaVersion.value != ScalaDotty, // enable SemanticDB
semanticdbOptions += "-P:semanticdb:synthetics:on",
semanticdbVersion := "4.12.7",
Expand Down

0 comments on commit 345d62e

Please sign in to comment.