Skip to content

Commit

Permalink
Merge pull request #696 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
io 1.3.0, util 1.3.0
  • Loading branch information
eed3si9n authored Sep 4, 2019
2 parents 36f9298 + 787fa67 commit ce0f0a4
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 @@ -9,8 +9,8 @@ object Dependencies {
val scala212 = "2.12.8"
val scala213 = "2.13.0"

private val ioVersion = nightlyVersion.getOrElse("1.3.0-M12")
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M8")
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 ce0f0a4

Please sign in to comment.