Skip to content

Commit

Permalink
Merge pull request #1426 from eed3si9n/wip/bump-util
Browse files Browse the repository at this point in the history
deps: Bump util
  • Loading branch information
eed3si9n authored Oct 4, 2024
2 parents 46356a7 + f8f77c5 commit 6425eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ThisBuild / version := {
nightlyVersion match {
case Some(v) => v
case _ =>
if ((ThisBuild / isSnapshot).value) "2.0.0-alpha15-SNAPSHOT"
if ((ThisBuild / isSnapshot).value) "2.0.0-M2-SNAPSHOT"
else old
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
val scala3_only = Seq(scala3)

private val ioVersion = nightlyVersion.getOrElse("1.10.0")
private val utilVersion = nightlyVersion.getOrElse("2.0.0-alpha10")
private val utilVersion = nightlyVersion.getOrElse("2.0.0-M1")

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

Expand Down

0 comments on commit 6425eb8

Please sign in to comment.