We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f07b093 + be75305 commit a3c48dfCopy full SHA for a3c48df
build.sbt
@@ -2,6 +2,8 @@ ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2")
2
3
ThisBuild / testFrameworks += new TestFramework("munit.Framework")
4
5
+ThisBuild / versionScheme := Some("early-semver")
6
+
7
val catsV = "2.7.0"
8
val catsEffectV = "3.3.12"
9
val catsCollectionV = "0.9.3"
0 commit comments