Skip to content

Commit 65c67f7

Browse files
ci: add sbt-dynver
1 parent ca4966b commit 65c67f7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ThisBuild / autoAPIMappings := true
1515
ThisBuild / Compile / doc / sources := Seq.empty
1616
ThisBuild / Compile / packageDoc / publishArtifact := false
1717

18+
ThisBuild / versionScheme := Some("semver-spec")
19+
ThisBuild / dynverSeparator := "-"
20+
1821
lazy val sharedSettings = Seq(
1922
organizationName := "Funktional.io",
2023
libraryDependencies ++= Seq("org.scalameta" %% "munit" % versions.munit.core % Test),

project/plugins.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
2-
// Giter8 scaffold
32
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")

0 commit comments

Comments
 (0)