Skip to content

Commit 2c9af7d

Browse files
committed
Set versionScheme of scala3-library artifact
1 parent 2b74f88 commit 2c9af7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,7 @@ object Build {
17601760
val base =
17611761
project.withCommonSettings.
17621762
settings(
1763+
versionScheme := Some("semver-spec"),
17631764
libraryDependencies += "org.scala-lang" % "scala-library" % stdlibVersion,
17641765
// Make sure we do not refer to experimental features outside an experimental scope.
17651766
// In other words, disable NIGHTLY/SNAPSHOT experimental scope.

0 commit comments

Comments
 (0)