Skip to content

Commit

Permalink
Merge pull request #554 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Bump modules to 1.2.0-M1
  • Loading branch information
eed3si9n authored Jun 18, 2018
2 parents f91d5b5 + 646432e commit 5f8c4f5
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.1.4"
private val utilVersion = "1.1.3"
private val lmVersion = "1.1.4"
private val ioVersion = "1.2.0-M1"
private val utilVersion = "1.2.0-M1"
private val lmVersion = "1.2.0-M1"

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

Expand Down

0 comments on commit 5f8c4f5

Please sign in to comment.