Skip to content

Commit d1f3e47

Browse files
authored
Configure the versionScheme property for sbt (#567)
Sets the `versionScheme` property as `semver-spec`, which will prevent issues with `eviction` and the new `4` release.
1 parent c365270 commit d1f3e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ inThisBuild(
4040
url = url("https://github.com/ccantarero91")
4141
)
4242
),
43+
versionScheme := Some("semver-spec"),
4344
mimaPreviousArtifacts := Set.empty,
4445
scalafmtOnCompile := false
4546
)

0 commit comments

Comments
 (0)