Skip to content

Commit

Permalink
Update to Zinc 1.10.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 27, 2023
1 parent 213e933 commit 7c31c2b
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 @@ -12,10 +12,10 @@ object Dependencies {
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")

// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.9.1")
private val ioVersion = nightlyVersion.getOrElse("1.9.7")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.3")
val zincVersion = nightlyVersion.getOrElse("1.9.5")
val zincVersion = nightlyVersion.getOrElse("1.10.0-M1")

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

Expand Down

0 comments on commit 7c31c2b

Please sign in to comment.