mirror of https://github.com/sbt/sbt.git
Merge pull request #3931 from eed3si9n/wip/bump
Zinc 1.1.1, LM 1.1.3, IO 1.1.4
This commit is contained in:
commit
d75d95d653
|
|
@ -8,10 +8,10 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.1.3"
|
||||
private val ioVersion = "1.1.4"
|
||||
private val utilVersion = "1.1.2"
|
||||
private val lmVersion = "1.1.2"
|
||||
private val zincVersion = "1.1.0"
|
||||
private val lmVersion = "1.1.3"
|
||||
private val zincVersion = "1.1.1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue