Skip to content

Commit

Permalink
Add versionScheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Jul 10, 2024
1 parent 6ac1940 commit f13bf64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ inThisBuild(
licenses := Seq(
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
),
scalaVersion := "2.12.17" // scala-steward:off
scalaVersion := "2.12.17" // scala-steward:off,
versionScheme := Some("semver-spec")
)
)

Expand Down

0 comments on commit f13bf64

Please sign in to comment.