Skip to content

Commit

Permalink
Merge pull request #561 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
LM, Util, IO 1.2.0
  • Loading branch information
eed3si9n authored Jul 30, 2018
2 parents 4d3ed1d + bff0b75 commit 03dac51
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 @@ -7,9 +7,9 @@ object Dependencies {
val scala212 = "2.12.6"
val scala213 = "2.13.0-M2"

private val ioVersion = "1.2.0-M1"
private val utilVersion = "1.2.0-M1"
private val lmVersion = "1.2.0-M1"
private val ioVersion = "1.2.0"
private val utilVersion = "1.2.0"
private val lmVersion = "1.2.0"

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

Expand Down

0 comments on commit 03dac51

Please sign in to comment.