mbeckerle commented on a change in pull request #92: Update dependencies to
their latest versions
URL: https://github.com/apache/incubator-daffodil/pull/92#discussion_r209274195
##########
File path: project/Dependencies.scala
##########
@@ -22,30 +22,30 @@ object Dependencies {
lazy val common = core ++ infoset ++ test
lazy val core = Seq(
- "org.scala-lang.modules" %% "scala-xml" % "1.0.6",
- "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4",
- "com.ibm.icu" % "icu4j" % "51.1", // new versions avail. 58.1 requires
code changes
- "xerces" % "xercesImpl" % "2.10.0",
+ "org.scala-lang.modules" %% "scala-xml" % "1.1.0",
+ "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1",
+ "com.ibm.icu" % "icu4j" % "62.1",
Review comment:
I suggest listing the JIRA tickets for the bugs, or the scala-debug test
names right here in comments.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services