diff --git a/build.sbt b/build.sbt index 2a11811..e12248e 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-wordspec" % "3.2.19" % Test, "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test, - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, ) scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (