We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6e63b commit ea23619Copy full SHA for ea23619
project/BuildSettings.scala
@@ -14,6 +14,7 @@ object BuildSettings {
14
Global / onChangedBuildSource := ReloadOnSourceChanges,
15
Global / cancelable := true,
16
Global / excludeLintKeys += fork,
17
+ ThisBuild / versionScheme := Some("early-semver"),
18
turbo := true,
19
organization := "com.avast",
20
organizationName := "Avast",
0 commit comments