Skip to content

Commit

Permalink
IO 1.1.1 and Util 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 29, 2017
1 parent bfcb5c6 commit 4956897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object Dependencies {
val scala212 = "2.12.4"
val scala213 = "2.13.0-M2"

private val ioVersion = "1.0.2"
private val utilVersion = "1.0.3"
private val ioVersion = "1.1.1"
private val utilVersion = "1.1.0"
private val lmVersion = "1.0.4"

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

0 comments on commit 4956897

Please sign in to comment.