Skip to content

Commit

Permalink
Merge pull request #290 from scala-steward/update/munit-1.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-RC1
  • Loading branch information
tgodzik committed Apr 26, 2024
2 parents 8b42f12 + 05a3efc commit a341006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Deps {
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-M12"
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-RC1"

lazy val osLib = "com.lihaoyi" %% "os-lib" % "0.10.0"

Expand Down

0 comments on commit a341006

Please sign in to comment.