Skip to content

Commit

Permalink
Lm 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 7, 2024
1 parent af127c6 commit d7a0db2
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.10.0")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.10.0")
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.10.1")
val zincVersion = nightlyVersion.getOrElse("1.10.1")

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

0 comments on commit d7a0db2

Please sign in to comment.