Skip to content

Commit 083d254

Browse files
authored
Add version scheme to published pom.xml files (#798)
1 parent 8e72213 commit 083d254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/BuildHelper.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ object BuildHelper {
220220
ThisBuild / scalaVersion := Scala213, //crossScalaVersions.value.head, //Scala3,
221221
scalacOptions ++= compilerOptions(scalaVersion.value, optimize = !isSnapshot.value),
222222
libraryDependencies ++= compileOnlyDeps(scalaVersion.value),
223+
versionScheme := Some("early-semver"),
223224
ThisBuild / semanticdbEnabled := scalaVersion.value != Scala3, // enable SemanticDB,
224225
ThisBuild / semanticdbOptions += "-P:semanticdb:synthetics:on",
225226
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision,

0 commit comments

Comments
 (0)