Merge pull request #1348 from scala-steward/update/scalafmt-core-3.4.1

Update scalafmt-core to 3.4.1
This commit is contained in:
mergify[bot] 2022-02-05 22:22:16 +00:00 committed by GitHub
commit a6dd89280b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version = "3.4.0"
version = "3.4.1"
preset = default
align.preset = some

View File

@ -962,8 +962,8 @@ def createWebjarSource(wj: Seq[ModuleID], out: File): Seq[File] = {
val fields = wj
.map(m =>
s"""val ${m.name.toLowerCase.filter(c =>
!badChars.contains(c)
)} = "/${m.name}/${m.revision}" """
!badChars.contains(c)
)} = "/${m.name}/${m.revision}" """
)
.mkString("\n\n")
val content = s"""package docspell.restserver.webapp