We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf3dd9 commit d5afcbaCopy full SHA for d5afcba
build.sbt
@@ -1,5 +1,5 @@
1
-// be scala steward friendly, as per scala/scala-dist-smoketest#45
2
-ThisBuild / dynverSeparator := "-"
+versionWithGit
3
4
scalaVersion := version.value
+
5
libraryDependencies += "org.scala-lang" % "scala-dist" % version.value
project/plugins.sbt
@@ -1 +1 @@
-addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.0")
+addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
0 commit comments