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 9f0495e commit eb66438Copy full SHA for eb66438
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-logging")),
20
startYear := Some(2013),
0 commit comments