Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 4, 2024
1 parent ad936e3 commit ab3fe22
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.2"
lazy val munit = "org.scalameta" %% "munit" % "1.0.3"

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

Expand Down

0 comments on commit ab3fe22

Please sign in to comment.