Skip to content

Commit

Permalink
Merge pull request #6544 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Zinc 1.5.5
  • Loading branch information
eed3si9n committed Jun 14, 2021
2 parents a9402a6 + 69d0023 commit df11a16
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 @@ -14,8 +14,8 @@ object Dependencies {
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.5.1")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.5.1")
val zincVersion = nightlyVersion.getOrElse("1.5.4")
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.5.2")
val zincVersion = nightlyVersion.getOrElse("1.5.5")

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

Expand Down

0 comments on commit df11a16

Please sign in to comment.