Merge pull request #119 from scala-steward/update/scalafmt-core-3.3.1

Update scalafmt-core to 3.3.1
This commit is contained in:
hrj 2022-01-02 18:17:38 +05:30 committed by GitHub
commit fe0766320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version="3.3.0"
version="3.3.1"
maxColumn = 120
runner.dialect = scala213source3

View File

@ -30,7 +30,7 @@ Compile / run / mainClass := Some("lc.LCFramework")
assembly / assemblyJarName := "LibreCaptcha.jar"
ThisBuild / assemblyMergeStrategy := {
case PathList("module-info.class") => MergeStrategy.discard
case PathList("module-info.class") => MergeStrategy.discard
case x if x.endsWith("/module-info.class") => MergeStrategy.discard
case x =>
val oldStrategy = (ThisBuild / assemblyMergeStrategy).value