mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 14:33:20 -05:00
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:
commit
fe0766320b
@ -1,3 +1,3 @@
|
||||
version="3.3.0"
|
||||
version="3.3.1"
|
||||
maxColumn = 120
|
||||
runner.dialect = scala213source3
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user