Skip to content

Commit

Permalink
Merge pull request #155 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
IO 1.0.0, Util 1.0.0
  • Loading branch information
eed3si9n authored Aug 10, 2017
2 parents 568d64e + 3258e7b commit 7985a93
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 @@ -6,8 +6,8 @@ object Dependencies {
val scala211 = "2.11.11"
val scala212 = "2.12.3"

private val ioVersion = "1.0.0-RC3"
private val utilVersion = "1.0.0-RC3"
private val ioVersion = "1.0.0"
private val utilVersion = "1.0.0"

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

Expand Down

0 comments on commit 7985a93

Please sign in to comment.