We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bffe6e7 + f867870 commit 1262dbeCopy full SHA for 1262dbe
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),
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.3.12
+sbt.version=1.5.4
project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
2
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
0 commit comments