Merge pull request #219 from eed3si9n/wip/bumpio

IO 1.3.0
This commit is contained in:
eugene yokota 2019-09-03 16:44:28 -04:00 committed by GitHub
commit aad5aa39e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) = {