Skip to content

Commit

Permalink
Merge pull request #458 from profunktor/semver
Browse files Browse the repository at this point in the history
Add versionScheme to allow for automated eviction errors
  • Loading branch information
froth authored Jul 27, 2024
2 parents 2ddea45 + b0ab675 commit ec71686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ThisBuild / developers := List(
url("https://gvolpe.com")
)
)
ThisBuild / versionScheme := Some("early-semver")

def maxClassFileName(v: String) = CrossVersion.partialVersion(v) match {
case Some((2, 13)) | Some((3, _)) => List.empty[String]
Expand Down

0 comments on commit ec71686

Please sign in to comment.