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 f13bf64 commit a07ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inThisBuild(
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
),
scalaVersion := "2.12.17" // scala-steward:off,
versionScheme := Some("semver-spec")
versionScheme := Some("semver-spec")
)
)

Expand Down

0 comments on commit a07ffad

Please sign in to comment.