File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ ThisBuild / autoAPIMappings := true
1515ThisBuild / Compile / doc / sources := Seq .empty
1616ThisBuild / Compile / packageDoc / publishArtifact := false
1717
18+ ThisBuild / versionScheme := Some (" semver-spec" )
19+ ThisBuild / dynverSeparator := " -"
20+
1821lazy val sharedSettings = Seq (
1922 organizationName := " Funktional.io" ,
2023 libraryDependencies ++= Seq (" org.scalameta" %% " munit" % versions.munit.core % Test ),
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
2- // Giter8 scaffold
32addSbtPlugin(" 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