Skip to content

Commit

Permalink
Update scala-xml to 1.0.6 to support 2.13.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Aug 29, 2017
1 parent a73e574 commit 3099991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.3", "2.13.0-M1")
libraryDependencies := {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, scalaMajor)) if scalaMajor >= 11 =>
libraryDependencies.value :+ "org.scala-lang.modules" %% "scala-xml" % "1.0.5"
libraryDependencies.value :+ "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
case _ =>
libraryDependencies.value
}
Expand Down

0 comments on commit 3099991

Please sign in to comment.