Skip to content

Commit

Permalink
Merge pull request #7238 from eed3si9n/wip/bumplm
Browse files Browse the repository at this point in the history
lm 1.9.0-M3
  • Loading branch information
eed3si9n committed May 7, 2023
2 parents 81c8dce + 1f33301 commit 648815c
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 {
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.9.0-M1")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.0-M2")
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.0-M3")
val zincVersion = nightlyVersion.getOrElse("1.9.0-M2")

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

0 comments on commit 648815c

Please sign in to comment.