Skip to content

Commit 55d087b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

+1
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,7 @@ object Build {
17601760
val base =
17611761
project.withCommonSettings.
17621762
settings(
1763+
versionScheme := "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)