diff --git a/notes/0.13.8.markdown b/notes/0.13.8.markdown index 9944d2423..559120b5b 100644 --- a/notes/0.13.8.markdown +++ b/notes/0.13.8.markdown @@ -42,6 +42,7 @@ [1818]: https://github.com/sbt/sbt/pull/1818 [1869]: https://github.com/sbt/sbt/issues/1869 [1871]: https://github.com/sbt/sbt/pull/1871 + [1899]: https://github.com/sbt/sbt/pull/1899 ### Changes with compatibility implications @@ -76,7 +77,7 @@ - Issues warning if multiple dependencies to a same library is found with different version. [#1634][1634] by [@eed3si9n][@eed3si9n] - Removes "No main class detected" warning. [#1766][1766] by [@eed3si9n][@eed3si9n] - Disable publishing on implicitly created root project by not enabling `IvyPlugin` by default (`-Dsbt.root.ivyplugin=true` will revert this behavior). [#1871][1871]/[#1869][1869] by [@dwijnand][@dwijnand] -- Exempt org.scala-lang:scala-actors-migration from scala binary version checks. [#1818][1818] by [@dwijnand][@dwijnand] +- Exempt org.scala-lang:scala-actors-migration from scala binary version checks. [#1818][1818]/[#1899][1899] by [@dwijnand][@dwijnand] ### Rolling back XML parsing workaround