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.
2 parents 80af157 + 8988a56 commit 1bef3aeCopy full SHA for 1bef3ae
build.sbt
@@ -11,7 +11,8 @@ inThisBuild(Seq(
11
scmInfo := Some(ScmInfo(
12
url("https://github.com/scala-js/scala-js-env-jsdom-nodejs"),
13
"scm:git:git@github.com:scala-js/scala-js-env-jsdom-nodejs.git",
14
- Some("scm:git:git@github.com:scala-js/scala-js-env-jsdom-nodejs.git")))
+ Some("scm:git:git@github.com:scala-js/scala-js-env-jsdom-nodejs.git"))),
15
+ versionScheme := Some("semver-spec"),
16
))
17
18
val commonSettings = Def.settings(
0 commit comments