We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ee616 commit 9d3f395Copy full SHA for 9d3f395
build.sbt
@@ -94,7 +94,7 @@ lazy val plugin =
94
crossTarget := target.value / s"scala-${scalaVersion.value}",
95
crossVersion := CrossVersion.full,
96
libraryDependencies ++= Seq(
97
- "org.scala-lang.modules" %% "scala-xml" % "1.2.0",
+ "org.scala-lang.modules" %% "scala-xml" % "1.3.0",
98
"org.scalatest" %% "scalatest" % scalatestVersion % Test
99
)
100
0 commit comments