mirror of https://github.com/sbt/sbt.git
Ignore scala-xml major version bump
This commit is contained in:
parent
3fea17c278
commit
0b49f74571
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue