Skip to content

Commit

Permalink
Merge pull request #1002 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Util 1.6.0-M1
  • Loading branch information
eed3si9n authored Sep 19, 2021
2 parents 7cdf819 + 0a38885 commit 34c2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val scala212_213 = Seq(defaultScalaVersion, scala213)

private val ioVersion = nightlyVersion.getOrElse("1.6.0-M1")
private val utilVersion = nightlyVersion.getOrElse("1.5.0")
private val utilVersion = nightlyVersion.getOrElse("1.6.0-M1")

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

Expand Down

0 comments on commit 34c2fd1

Please sign in to comment.