mirror of https://github.com/sbt/sbt.git
Merge pull request #3415 from eed3si9n/wip/bump
IO 1.0.0, Util 1.0.0, LM 1.0.0, Zinc 1.0.0
This commit is contained in:
commit
816958d8c8
|
|
@ -12,10 +12,10 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.0.0-RC3"
|
||||
private val utilVersion = "1.0.0-RC3"
|
||||
private val lmVersion = "1.0.0-RC3"
|
||||
private val zincVersion = "1.0.0-RC3"
|
||||
private val ioVersion = "1.0.0"
|
||||
private val utilVersion = "1.0.0"
|
||||
private val lmVersion = "1.0.0"
|
||||
private val zincVersion = "1.0.0"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue