From 01e8f609e808211768b5550a962b086bc5fcdb44 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 10 Sep 2017 14:13:51 -0400 Subject: [PATCH] lm 1.0.1 --- notes/1.0.2/lm.markdown | 12 ++++++++++++ notes/{1.0.1 => 1.0.2}/sample.md | 0 project/Dependencies.scala | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 notes/1.0.2/lm.markdown rename notes/{1.0.1 => 1.0.2}/sample.md (100%) diff --git a/notes/1.0.2/lm.markdown b/notes/1.0.2/lm.markdown new file mode 100644 index 000000000..dfab65977 --- /dev/null +++ b/notes/1.0.2/lm.markdown @@ -0,0 +1,12 @@ + +### Fixes with compatibility implications + +### Improvements + + +### Bug fixes + +- Replaces the deprecated use of `OkUrlFactory`, and fixes connection leaks. [lm#164][lm164] by [@dpratt][@dpratt] + + [lm164]: https://github.com/sbt/librarymanagement/pull/164 + [@dpratt]: https://github.com/dpratt diff --git a/notes/1.0.1/sample.md b/notes/1.0.2/sample.md similarity index 100% rename from notes/1.0.1/sample.md rename to notes/1.0.2/sample.md diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 571b6b9be..e57b8c5fa 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,7 +14,7 @@ object Dependencies { // sbt modules private val ioVersion = "1.0.1" private val utilVersion = "1.0.1" - private val lmVersion = "1.0.0" + private val lmVersion = "1.0.1" private val zincVersion = "1.0.0" private val sbtIO = "org.scala-sbt" %% "io" % ioVersion