Skip to content

Commit

Permalink
Bump munit-scalacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 7, 2024
1 parent a789a11 commit a267001
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 @@ -55,7 +55,7 @@ val circeVersion = "0.14.7"
val fs2Version = "3.10.2"
val http4sVersion = "0.23.27"
val natchezVersion = "0.3.5"
val munitVersion = "0.7.29"
val munitScalaCheckVersion = "1.0.0-M12"
val munitCEVersion = "2.0.0"
val scalacheckEffectVersion = "1.0.4"

Expand Down Expand Up @@ -93,7 +93,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform)
"io.circe" %%% "circe-jawn" % circeVersion,
"com.comcast" %%% "ip4s-core" % "3.5.0",
"org.scodec" %%% "scodec-bits" % "1.2.0",
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.scalameta" %%% "munit-scalacheck" % munitScalaCheckVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test,
"io.circe" %%% "circe-literal" % circeVersion % Test
),
Expand Down Expand Up @@ -159,7 +159,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo
"org.http4s" %%% "http4s-client" % http4sVersion,
"org.http4s" %%% "http4s-circe" % http4sVersion,
"org.http4s" %%% "http4s-dsl" % http4sVersion % Test,
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.scalameta" %%% "munit-scalacheck" % munitScalaCheckVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test,
"org.typelevel" %%% "scalacheck-effect" % scalacheckEffectVersion % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test,
Expand Down

0 comments on commit a267001

Please sign in to comment.