Skip to content

Commit

Permalink
Merge pull request sbt#315 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
bump modules
  • Loading branch information
eed3si9n authored Aug 19, 2019
2 parents edfe9c6 + 153ac71 commit c9ca41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object Dependencies {

def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")

private val ioVersion = nightlyVersion.getOrElse("1.3.0-M10")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M7")
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M16")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M9")

private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

Expand Down

0 comments on commit c9ca41a

Please sign in to comment.