Skip to content

Commit

Permalink
Merge pull request #595 from fd4s/early-semver
Browse files Browse the repository at this point in the history
Set version scheme to early-semver
  • Loading branch information
vlovgr committed Jun 13, 2024
2 parents 7ce5ac0 + a647cca commit 540e2c7
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 @@ -16,6 +16,8 @@ val scala212 = "2.12.18"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

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

lazy val vulcan = project
.in(file("."))
.settings(
Expand Down

0 comments on commit 540e2c7

Please sign in to comment.