From 8f9d3f7de69b198f82716e7abf6338d1f970683e Mon Sep 17 00:00:00 2001 From: Antonio Murgia Date: Thu, 8 Feb 2024 12:44:54 +0100 Subject: [PATCH] add versionScheme --- project/Settings.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Settings.scala b/project/Settings.scala index a5f75e1..821f6d3 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -69,6 +69,7 @@ object Settings { javacOptions ++= javacOptionsVersion(scalaVersion.value), scalacOptions ++= scalacOptionsVersion(scalaVersion.value), Compile / doc / scalacOptions ++= scalaDocOptionsVersion(scalaVersion.value), + versionScheme := Some("early-semver"), useCoursier := false, developers := List( Developer("amurgia", "Antonio Murgia", "antonio.murgia@agilelab.it", url("https://github.com/tmnd1991")),