diff --git a/build.sbt b/build.sbt index 2aa300a..becaf26 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) organizationName := "The Guardian", scalaVersion := "2.13.15", libraryDependencies ++= List( - "org.scalameta" %% "munit" % "1.0.2" % Test, + "org.scalameta" %% "munit" % "1.0.3" % Test, "org.scalaj" %% "scalaj-http" % "2.4.2", "com.lihaoyi" %% "upickle" % "4.0.2", "com.gu" %% "spy" % "0.1.1",