Skip to content

Commit

Permalink
fix version number format to be Scala Steward friendly (#46)
Browse files Browse the repository at this point in the history
fixes #45
  • Loading branch information
SethTisue authored Apr 26, 2023
1 parent 93b1c2a commit 3cf3dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versionWithGit
// be scala steward friendly, as per scala/scala-dist-smoketest#45
ThisBuild / dynverSeparator := "-"

scalaVersion := version.value

libraryDependencies += "org.scala-lang" % "scala-dist" % version.value
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.0")

0 comments on commit 3cf3dd9

Please sign in to comment.