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 893afba commit b300a63Copy full SHA for b300a63
build.sbt
@@ -3,6 +3,7 @@
3
name := "scala-logging"
4
crossScalaVersions := Seq("3.0.2", "2.11.12", "2.12.15", "2.13.8")
5
scalaVersion := crossScalaVersions.value.head
6
+versionScheme := Some("early-semver")
7
scalacOptions ++= Seq(
8
"-unchecked",
9
"-deprecation",
0 commit comments