Skip to content

Commit

Permalink
Merge pull request #320 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
io 1.3.0 and util 1.3.0
  • Loading branch information
eed3si9n committed Sep 4, 2019
2 parents 686bd9c + d69c847 commit b280d35
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-M16")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M9")
private val ioVersion = nightlyVersion.getOrElse("1.3.0")
private val utilVersion = nightlyVersion.getOrElse("1.3.0")

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

Expand Down

0 comments on commit b280d35

Please sign in to comment.