Update scalafmt to 3.0.8

This commit is contained in:
eikek
2021-12-11 20:30:47 +01:00
parent 61379ffff7
commit c21b2cdd29
29 changed files with 42 additions and 42 deletions

View File

@ -14,7 +14,7 @@ def inTest(d0: Seq[ModuleID], ds: Seq[ModuleID]*) =
val scalafixSettings = Seq(
semanticdbEnabled := true, // enable SemanticDB
semanticdbVersion := scalafixSemanticdb.revision, //"4.4.0"
semanticdbVersion := scalafixSemanticdb.revision, // "4.4.0"
ThisBuild / scalafixDependencies ++= Dependencies.organizeImports
)
@ -781,7 +781,7 @@ val restserver = project
Universal / mappings := {
val allMappings = (Universal / mappings).value
allMappings.filter {
//scalajs artifacts are not needed at runtime
// scalajs artifacts are not needed at runtime
case (file, name) => !name.contains("_sjs1_")
}
}