Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 18, 2024
1 parent f6083b5 commit 1f920e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand All @@ -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
)
)
Expand All @@ -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
)
Expand All @@ -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
)
)

Expand All @@ -79,7 +79,7 @@ lazy val tapir =
name := "humanoid-tapir",
libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.11.3",
"org.scalameta" %% "munit" % "1.0.1" % Test
"org.scalameta" %% "munit" % "1.0.2" % Test
)
)

Expand Down

0 comments on commit 1f920e9

Please sign in to comment.