Skip to content

Commit be75305

Browse files
Update build.sbt
1 parent f07b093 commit be75305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2")
22

33
ThisBuild / testFrameworks += new TestFramework("munit.Framework")
44

5+
ThisBuild / versionScheme := Some("early-semver")
6+
57
val catsV = "2.7.0"
68
val catsEffectV = "3.3.12"
79
val catsCollectionV = "0.9.3"

0 commit comments

Comments
 (0)