Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
DieBauer committed Nov 21, 2022
1 parent dc64e63 commit 7e5539f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inThisBuild(
"-target:jvm-1.8"
),
scalafmtOnCompile := true,
dynverSeparator := "_" // the default `+` is not compatible with docker tags,
dynverSeparator := "_", // the default `+` is not compatible with docker tags,
scalaReleaseVersion := {
lazy val v = scalaVersion.value
CrossVersion.partialVersion(v).map(_._1.toInt).getOrElse {
Expand Down

0 comments on commit 7e5539f

Please sign in to comment.