File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ ThisBuild / autoAPIMappings := true
15
15
ThisBuild / Compile / doc / sources := Seq .empty
16
16
ThisBuild / Compile / packageDoc / publishArtifact := false
17
17
18
+ ThisBuild / versionScheme := Some (" semver-spec" )
19
+ ThisBuild / dynverSeparator := " -"
20
+
18
21
lazy val sharedSettings = Seq (
19
22
organizationName := " Funktional.io" ,
20
23
libraryDependencies ++= Seq (" org.scalameta" %% " munit" % versions.munit.core % Test ),
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
2
- // Giter8 scaffold
3
2
addSbtPlugin(" org.foundweekends.giter8" % " sbt-giter8-scaffold" % " 0.17.0" )
4
-
5
- addSbtPlugin(" com.codecommit " % " sbt-github-packages " % " 0.5.3 " )
6
- addSbtPlugin(" com.github.sbt" % " sbt-git " % " 2 .1.0" )
3
+ addSbtPlugin( " com.codecommit " % " sbt-github-packages " % " 0.5.3 " )
4
+ addSbtPlugin(" com.github.sbt " % " sbt-git " % " 2.1.0 " )
5
+ addSbtPlugin(" com.github.sbt" % " sbt-dynver " % " 5 .1.0" )
You can’t perform that action at this time.
0 commit comments