mirror of https://github.com/sbt/sbt.git
commit
277413ef7a
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue