Skip to content

Commit

Permalink
Add version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Mar 11, 2024
1 parent 8d06cbe commit 48447e6
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 @@ -11,7 +11,8 @@ inThisBuild(
developers := List(
Developer("jdegoes", "John De Goes", "[email protected]", url("http://degoes.net")),
Developer("mschuwalow", "Maxim Schuwalow", "[email protected]", url("https://github.com/mschuwalow"))
)
),
versionScheme := Some("early-semver")
)
)

Expand Down

0 comments on commit 48447e6

Please sign in to comment.