From 3195d7256ecdf8e19209ca86554292c18889a4dd Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Thu, 16 Jul 2015 15:45:57 +0200 Subject: [PATCH] Notes --- notes/0.13.10/compiler-interface-specific-sources.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notes/0.13.10/compiler-interface-specific-sources.md diff --git a/notes/0.13.10/compiler-interface-specific-sources.md b/notes/0.13.10/compiler-interface-specific-sources.md new file mode 100644 index 000000000..a25e50d52 --- /dev/null +++ b/notes/0.13.10/compiler-interface-specific-sources.md @@ -0,0 +1,11 @@ + + [@Duhemm]: http://github.com/Duhemm + [2106]: https://github.com/sbt/sbt/pull/2106 + +### Fixes with compatibility implications + +### Improvements + +- Fetch the most specific version of the compiler-interface sources available using Ivy [#2106][2106] by [@Duhemm][@Duhemm] + +### Bug fixes