Skip to content

Commit

Permalink
IO 1.0.0, Util 1.0.0, LM 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 10, 2017
1 parent 4f62d12 commit 76ff1f9
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 76ff1f9

Please sign in to comment.