From 26e15c2dd43910b4f52d697370e00da0678054a5 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Wed, 28 Oct 2015 16:05:45 +0100 Subject: [PATCH] Add notes for #2258 --- notes/0.13.10/fix-duplicate-warnings.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 notes/0.13.10/fix-duplicate-warnings.markdown diff --git a/notes/0.13.10/fix-duplicate-warnings.markdown b/notes/0.13.10/fix-duplicate-warnings.markdown new file mode 100644 index 000000000..a8e9c8bed --- /dev/null +++ b/notes/0.13.10/fix-duplicate-warnings.markdown @@ -0,0 +1,13 @@ + + [@Duhemm]: http://github.com/Duhemm + [1933]: https://github.com/sbt/sbt/issues/1933 + [2258]: https://github.com/sbt/sbt/pull/2258 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes + +- Fixes [#1933][1933] duplicate warnings for artifacts in distinct configurations [#2258][2258] by + [@Duhemm][@Duhemm]