Skip to content

Commit

Permalink
Merge pull request #384 from davenverse/versionScheme
Browse files Browse the repository at this point in the history
Version Scheme
  • Loading branch information
ChristopherDavenport authored May 30, 2022
2 parents f07b093 + be75305 commit a3c48df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2")

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

ThisBuild / versionScheme := Some("early-semver")

val catsV = "2.7.0"
val catsEffectV = "3.3.12"
val catsCollectionV = "0.9.3"
Expand Down

0 comments on commit a3c48df

Please sign in to comment.