From f07c1c549d2196a4a2d06a6c0de38b8f08c13e81 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jun 2020 16:48:53 +0200 Subject: [PATCH 1/2] Update sbt-dynver to 4.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bad93d7..f95603ca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") +addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.0") From cb33345e102909e5aa0ed3ce9839595bc2f45b10 Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Tue, 30 Jun 2020 17:01:06 +0200 Subject: [PATCH 2/2] Workaround sbt-dynver syntax issue --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a28955d1..3eaa399c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val mimaSettings = Seq( ) // Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed -dynverVTagPrefix in ThisBuild := false +dynverTagPrefix in ThisBuild := "" // Sanity-check: assert that version comes from a tag (e.g. not a too-shallow clone) // https://github.com/dwijnand/sbt-dynver/#sanity-checking-the-version