mirror of https://github.com/sbt/sbt.git
Merge pull request #3549 from eed3si9n/wip/zinc_bump
bump Zinc to 1.0.1
This commit is contained in:
commit
6677802697
|
|
@ -15,7 +15,7 @@ object Dependencies {
|
|||
private val ioVersion = "1.0.1"
|
||||
private val utilVersion = "1.0.1"
|
||||
private val lmVersion = "1.0.1"
|
||||
private val zincVersion = "1.0.0"
|
||||
private val zincVersion = "1.0.1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue