We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96979ff commit a6eb374Copy full SHA for a6eb374
build.sbt
@@ -158,16 +158,7 @@ lazy val reporter =
158
project
159
.settings(
160
name := "scalac-scoverage-reporter",
161
- libraryDependencies += CrossVersion
162
- .partialVersion(
163
- scalaVersion.value
164
- )
165
- .map {
166
- // Lock this for 2.12 to align with the compiler
167
- // https://github.com/scala/scala/pull/9743
168
- case ((2, 12)) => "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
169
- case _ => "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
170
- },
+ libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0",
171
sharedSettings,
172
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
173
)
0 commit comments