Skip to content

Commit ea23619

Browse files
committed
build: Set sbt versionScheme to early-semver
1 parent bf6e63b commit ea23619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ object BuildSettings {
1414
Global / onChangedBuildSource := ReloadOnSourceChanges,
1515
Global / cancelable := true,
1616
Global / excludeLintKeys += fork,
17+
ThisBuild / versionScheme := Some("early-semver"),
1718
turbo := true,
1819
organization := "com.avast",
1920
organizationName := "Avast",

0 commit comments

Comments
 (0)