diff --git a/deps.sc b/deps.sc index 481afb1..81e978b 100644 --- a/deps.sc +++ b/deps.sc @@ -9,7 +9,7 @@ object Scala { object Deps { def expecty = ivy"com.eed3si9n.expecty::expecty::0.17.0" - def interface = ivy"io.get-coursier:interface:1.0.25" + def interface = ivy"io.get-coursier:interface:1.0.28" def munit = ivy"org.scalameta::munit::1.0.3" def pprint = ivy"com.lihaoyi::pprint::0.9.0" def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"