Skip to content

Commit

Permalink
Merge pull request #263 from scala-steward/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M11
  • Loading branch information
tgodzik committed Mar 13, 2024
2 parents 769da35 + a602a8a commit 87d1ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
@@ -1,7 +1,7 @@
import sbt._

object Deps {
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-M7"
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-M11"

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

Expand Down

0 comments on commit 87d1ad6

Please sign in to comment.