From 98e13cc0a7d9bbde78763b5c7010ecd2214b46e0 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 18 Mar 2015 11:28:19 -0700 Subject: [PATCH] Notes on #1921 --- notes/0.13.8.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/0.13.8.markdown b/notes/0.13.8.markdown index 5386f3a79..4b31a0486 100644 --- a/notes/0.13.8.markdown +++ b/notes/0.13.8.markdown @@ -52,6 +52,7 @@ [1881]: https://github.com/sbt/sbt/issues/1881 [1899]: https://github.com/sbt/sbt/pull/1899 [1902]: https://github.com/sbt/sbt/pull/1902 + [1921]: https://github.com/sbt/sbt/issues/1921 ### Changes with compatibility implications @@ -135,6 +136,7 @@ This should help erase many of the deficiencies encountered when using Maven and - sbt-maven-resolver requires sbt 0.13.8 and above. - The current implementation does not support Ivy-style dynamic revisions, such as "2.10.+" or "latest.snapshot". This is a fixable situation, but the version range query and Ivy -> Maven version range translation code has not been migrated. +- The current implementation does not support Maven-style range revisions if found on transitive dependencies. [#1921][1921] [#1793][1793] by [@jsuereth][@jsuereth]