-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix version number format to be Scala Steward friendly (#46)"
This reverts commit 3cf3dd9.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |