Bump io version to 1.3.0-M14

This adds the PathFilter apis.
This commit is contained in:
Ethan Atkins 2019-08-06 18:08:48 -07:00
parent 6d482eb166
commit 440a4e2b51
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-M13")
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M14")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M8")
private val lmVersion =
sys.props.get("sbt.build.lm.version") match {