Skip to content

Commit

Permalink
SBT: don't change + to - in version
Browse files Browse the repository at this point in the history
It's unnecessary and interferes with the `VERSION` computation for
`mdocVariables` of the `docs` project.
  • Loading branch information
kitbellew committed Dec 9, 2024
1 parent acc28a4 commit d08cb3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ inThisBuild(List(
},
useSuperShell := false,
organization := "org.scalameta",
version ~= { old => old.replace('+', '-') },
licenses :=
Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
homepage := Some(url("https://github.com/scalameta/metaconfig")),
Expand Down

0 comments on commit d08cb3e

Please sign in to comment.