Skip to content

Commit 1f2fce9

Browse files
authored
declare a versionScheme (#125)
sbt 1.5 warns if you don't
1 parent f0c35e6 commit 1f2fce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ developers := List(
1515
url = url("https://www.lightbend.com")))
1616

1717
ThisBuild / dynverVTagPrefix := false
18+
ThisBuild / versionScheme := Some("early-semver")
1819

1920
/// build
2021

0 commit comments

Comments
 (0)