diff --git a/project/Deps.scala b/project/Deps.scala index 3f1fee7..b58d862 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -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"