mirror of https://github.com/sbt/sbt.git
IO 1.1.10 and Zinc 1.1.5
This commit is contained in:
parent
d8e27747d8
commit
833e61635e
|
|
@ -8,9 +8,9 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.1.8"
|
||||
private val ioVersion = "1.1.10"
|
||||
private val utilVersion = "1.1.3"
|
||||
private val lmVersion = "1.1.4"
|
||||
private val lmVersion = "1.1.5"
|
||||
private val zincVersion = "1.1.7"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
|
|
|||
Loading…
Reference in New Issue