We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e5273 commit 13e5d2aCopy full SHA for 13e5d2a
1 file changed
build.sbt
@@ -8,6 +8,8 @@ inThisBuild(Def.settings(
8
scalaVersion := crossScalaVersions.value.head,
9
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
10
11
+ versionScheme := Some("semver-spec"),
12
+
13
homepage := Some(url("https://www.scala-js.org/")),
14
licenses += ("BSD New",
15
url("https://github.com/scala-js/scala-js-stubs/blob/master/LICENSE")),
0 commit comments