We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bea60 commit f867870Copy full SHA for f867870
build.sbt
@@ -13,6 +13,8 @@ inThisBuild(Def.settings(
13
"-encoding", "utf-8",
14
),
15
16
+ versionScheme := Some("semver-spec"),
17
+
18
// Licensing
19
homepage := Some(url("https://github.com/scala-js/scala-js-js-envs")),
20
startYear := Some(2013),
0 commit comments