Ignore scala-xml major version bump

This commit is contained in:
Alexandre Archambault 2022-10-28 16:39:18 +02:00
parent 3fea17c278
commit 0b49f74571
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ inThisBuild(List(
),
semanticdbEnabled := true,
semanticdbVersion := "4.6.0",
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV,
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
))
Global / excludeLintKeys += scriptedBufferLog