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 2b74f88 commit 2c9af7dCopy full SHA for 2c9af7d
project/Build.scala
@@ -1760,6 +1760,7 @@ object Build {
1760
val base =
1761
project.withCommonSettings.
1762
settings(
1763
+ versionScheme := Some("semver-spec"),
1764
libraryDependencies += "org.scala-lang" % "scala-library" % stdlibVersion,
1765
// Make sure we do not refer to experimental features outside an experimental scope.
1766
// In other words, disable NIGHTLY/SNAPSHOT experimental scope.
0 commit comments