Merge pull request #3511 from eed3si9n/wip/lm

lm 1.0.1
This commit is contained in:
eugene yokota
2017-09-10 15:53:46 -04:00
committed by GitHub
3 changed files with 13 additions and 1 deletions
+12
View File
@@ -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
+1 -1
View File
@@ -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