mirror of https://github.com/sbt/sbt.git
Zinc 1.2.1, IO 1.2.1
This commit is contained in:
parent
1ebc1a7bfc
commit
a1d1c77311
|
|
@ -8,10 +8,10 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.2.0"
|
||||
private val ioVersion = "1.2.1"
|
||||
private val utilVersion = "1.2.0"
|
||||
private val lmVersion = "1.2.0"
|
||||
private val zincVersion = "1.2.0"
|
||||
private val zincVersion = "1.2.1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue