Merge pull request #4770 from eed3si9n/wip/bumpio

IO 1.3.0-M11
This commit is contained in:
eugene yokota 2019-06-04 01:29:51 -04:00 committed by GitHub
commit 1461f2c3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ object Dependencies {
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M10")
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M11")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M7")
private val lmVersion =
sys.props.get("sbt.build.lm.version") match {