Skip to content

Commit

Permalink
Merge pull request #390 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
IO 1.0.0, Util 1.0.0, LM 1.0.0
  • Loading branch information
eed3si9n authored Aug 10, 2017
2 parents 4f62d12 + 76ff1f9 commit a88096d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ 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 lmVersion = "1.0.0-RC3"
private val ioVersion = "1.0.0"
private val utilVersion = "1.0.0"
private val lmVersion = "1.0.0"

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

Expand Down

0 comments on commit a88096d

Please sign in to comment.