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 9523f61 commit 67c49a5Copy full SHA for 67c49a5
build.sbt
@@ -24,6 +24,7 @@ val nativeScalaVersions = allScalaVersions
24
25
val fs2Version = "3.12.0"
26
27
+ThisBuild / versionScheme := Some("early-semver")
28
ThisBuild / tpolecatOptionsMode := DevMode
29
30
val commonSettings = Seq(
0 commit comments