diff --git a/build.sbt b/build.sbt index a465255..ecc2f50 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val core = name := "humanoid-core", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.12.0", - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test ) ) @@ -39,7 +39,7 @@ lazy val uuid = name := "humanoid-uuid", libraryDependencies ++= Seq( "org.typelevel" %% "cats-effect" % "3.5.4", - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ) ) @@ -52,7 +52,7 @@ lazy val scuid = name := "humanoid-scuid", libraryDependencies ++= Seq( "me.wojnowski" %% "scuid" % "0.2.0", - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, "org.typelevel" %% "cats-effect" % "3.5.4" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ) @@ -67,7 +67,7 @@ lazy val circe = libraryDependencies ++= Seq( "io.circe" %% "circe-core" % "0.14.10", "io.circe" %% "circe-parser" % "0.14.10" % Test, - "org.scalameta" %% "munit" % "1.0.1" % Test + "org.scalameta" %% "munit" % "1.0.2" % Test ) ) @@ -79,7 +79,7 @@ lazy val tapir = name := "humanoid-tapir", libraryDependencies ++= Seq( "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.11.4", - "org.scalameta" %% "munit" % "1.0.1" % Test + "org.scalameta" %% "munit" % "1.0.2" % Test ) )