Reformat with scalafmt 3.8.2

Executed command: scalafmt --non-interactive
This commit is contained in:
eikek-scala-steward 2024-06-15 06:12:35 +00:00
parent 11c5a3c612
commit 1c566cd518

View File

@ -17,9 +17,12 @@ val sharedSettings = Seq(
organization := "com.github.eikek",
scalaVersion := "2.13.14",
organizationName := "Eike K. & Contributors",
licenses += ("AGPL-3.0-or-later", url(
"https://spdx.org/licenses/AGPL-3.0-or-later.html"
)),
licenses += (
"AGPL-3.0-or-later",
url(
"https://spdx.org/licenses/AGPL-3.0-or-later.html"
)
),
startYear := Some(2020),
headerLicenseStyle := HeaderLicenseStyle.SpdxSyntax,
headerSources / excludeFilter := HiddenFileFilter || "*.java" || "StringUtil.scala",