Skip to content

Commit

Permalink
Add versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 13, 2024
1 parent 243a410 commit ad51e70
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 @@ -10,6 +10,7 @@ lazy val root =
.settings(
Seq(
name := "Gears",
versionScheme := Some("early-semver"),
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
testFrameworks += new TestFramework("munit.Framework"),

Expand Down

0 comments on commit ad51e70

Please sign in to comment.