Skip to content

Commit

Permalink
Revert "fix version number format to be Scala Steward friendly (#46)"
Browse files Browse the repository at this point in the history
This reverts commit 3cf3dd9.
  • Loading branch information
SethTisue committed Apr 27, 2023
1 parent 3cf3dd9 commit d5afcba
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 @@
// be scala steward friendly, as per scala/scala-dist-smoketest#45
ThisBuild / dynverSeparator := "-"
versionWithGit

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-dynver" % "5.0.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")

0 comments on commit d5afcba

Please sign in to comment.