bump sbt and IO

This commit is contained in:
Eugene Yokota 2019-12-28 16:09:02 -05:00
parent ea9d382b89
commit e77dc68e34
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ object Dependencies {
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
private val ioVersion = nightlyVersion.getOrElse("1.3.1")
private val ioVersion = nightlyVersion.getOrElse("1.4.0-M2")
private val utilVersion = nightlyVersion.getOrElse("1.3.2")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -1 +1 @@
sbt.version=1.3.3
sbt.version=1.3.6