Skip to content

Commit

Permalink
Merge pull request #3415 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, Zinc 1.0.0
  • Loading branch information
eed3si9n committed Aug 10, 2017
2 parents c592b2f + ffacc62 commit 816958d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Expand Up @@ -12,10 +12,10 @@ object Dependencies {
val baseScalaVersion = scala212

// sbt modules
private val ioVersion = "1.0.0-RC3"
private val utilVersion = "1.0.0-RC3"
private val lmVersion = "1.0.0-RC3"
private val zincVersion = "1.0.0-RC3"
private val ioVersion = "1.0.0"
private val utilVersion = "1.0.0"
private val lmVersion = "1.0.0"
private val zincVersion = "1.0.0"

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

Expand Down

0 comments on commit 816958d

Please sign in to comment.