diff --git a/deps.sc b/deps.sc index 3c62f08..9a98e8b 100644 --- a/deps.sc +++ b/deps.sc @@ -10,7 +10,7 @@ object Scala { object Deps { def expecty = ivy"com.eed3si9n.expecty::expecty::0.17.0" def interface = ivy"io.get-coursier:interface:1.0.28" - def munit = ivy"org.scalameta::munit::1.0.4" + def munit = ivy"org.scalameta::munit::1.3.3" def pprint = ivy"com.lihaoyi::pprint::0.9.0" def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv" }