diff --git a/project/Deps.scala b/project/Deps.scala index 31a9c9d..2b9c2a4 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -2,7 +2,7 @@ import sbt._ object Deps { def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0" - def munit = "org.scalameta" %% "munit" % "0.7.29" + def munit = "org.scalameta" %% "munit" % "1.0.1" def osLib = "com.lihaoyi" %% "os-lib" % "0.9.1" def caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M24" def thumbnailator = "net.coobird" % "thumbnailator" % "0.4.20"