This commit is contained in:
Eugene Yokota 2019-09-03 16:00:50 -04:00
parent c0146ed0ff
commit 1aef82aedb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ object Dependencies {
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M12")
private val ioVersion = nightlyVersion.getOrElse("1.3.0")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
def getSbtModulePath(key: String, name: String) = {