Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 23, 2024
1 parent f62691b commit a789a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val fs2Version = "3.10.2"
val http4sVersion = "0.23.27"
val natchezVersion = "0.3.5"
val munitVersion = "0.7.29"
val munitCEVersion = "1.0.7"
val munitCEVersion = "2.0.0"
val scalacheckEffectVersion = "1.0.4"

lazy val commonSettings = Seq(
Expand Down Expand Up @@ -94,7 +94,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform)
"com.comcast" %%% "ip4s-core" % "3.5.0",
"org.scodec" %%% "scodec-bits" % "1.2.0",
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test,
"io.circe" %%% "circe-literal" % circeVersion % Test
),
mimaBinaryIssueFilters ++= Seq(
Expand Down Expand Up @@ -160,7 +160,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo
"org.http4s" %%% "http4s-circe" % http4sVersion,
"org.http4s" %%% "http4s-dsl" % http4sVersion % Test,
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test,
"org.typelevel" %%% "scalacheck-effect" % scalacheckEffectVersion % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test,
"com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test,
Expand Down

0 comments on commit a789a11

Please sign in to comment.