Merge pull request #2686 from eikek/update/scalafmt-core-3.8.2

Update scalafmt-core to 3.8.2
This commit is contained in:
mergify[bot] 2024-06-15 06:22:36 +00:00 committed by GitHub
commit e0af3d72e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 4 deletions

2
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.2
1c566cd5182d41f4cc06040fc347ddb4be617779

View File

@ -1,4 +1,4 @@
version = "3.8.1"
version = "3.8.2"
preset = default
align.preset = some

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",