Bump io to 1.3.0-M15

This fixes a bug with IO.delete on windows.
This commit is contained in:
Ethan Atkins 2019-08-09 12:16:27 -07:00
parent 440a4e2b51
commit 3f026972d5
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-M14")
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M15")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M8")
private val lmVersion =
sys.props.get("sbt.build.lm.version") match {