Skip to content

Commit

Permalink
⬆️ Update munit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnowski committed Jul 5, 2024
1 parent daba212 commit 9c97387
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ lazy val core =
name := "humanoid-core",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
)
)

Expand All @@ -39,8 +39,8 @@ lazy val uuid =
name := "humanoid-uuid",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "2.0.0" % Test
)
)

Expand All @@ -52,9 +52,9 @@ lazy val scuid =
name := "humanoid-scuid",
libraryDependencies ++= Seq(
"me.wojnowski" %% "scuid" % "0.2.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.typelevel" %% "cats-effect" % "3.5.4" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test
"org.typelevel" %% "munit-cats-effect-3" % "2.0.0" % Test
)
)

Expand All @@ -67,7 +67,7 @@ lazy val circe =
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test
"org.scalameta" %% "munit" % "1.0.0" % Test
)
)

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

Expand Down

0 comments on commit 9c97387

Please sign in to comment.