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 3f67960 commit f099451
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
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Deps {
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.0"
def munit = "org.scalameta" %% "munit" % "1.0.2"
def munit = "org.scalameta" %% "munit" % "1.0.3"
def osLib = "com.lihaoyi" %% "os-lib" % "0.11.3"
def caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M29"
def thumbnailator = "net.coobird" % "thumbnailator" % "0.4.20"
Expand Down

0 comments on commit f099451

Please sign in to comment.