lucidsoftware / xtract

A library to make it easy to deserialize XML to user types in scala
Apache License 2.0
60 stars 20 forks source link

Update scala-xml 1.1.0 #10

Closed ashawley closed 6 years ago

ashawley commented 6 years ago

Version changes XML.save to UTF-8 from ISO-8859-1. Otherwise, it's just a bug-fix release:

https://github.com/scala/scala-xml/releases/tag/v1.1.0

Update sbt to 1.1.2 while we're at it. No longer requires fork := true hack to use scala-xml.

tmccombs commented 6 years ago

I actually put the fork := true in because of a bug in Mockito. I think that bug might be fixed now though, If so I can update mockito to the newer version.