Skip to content

Commit

Permalink
Merge pull request #73 from scala-steward/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
mergify[bot] authored Sep 14, 2024
2 parents ceadbfb + d943b3f commit 22618c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
("org.creativescala" %%% "doodle-core" % "0.23.0"),
"org.typelevel" %%% "cats-core" % "2.12.0",
"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,
("com.lihaoyi" %%% "pprint" % "0.9.0" % Test)
.cross(CrossVersion.for3Use2_13)
Expand Down Expand Up @@ -82,7 +82,7 @@ lazy val examples = project
.cross(CrossVersion.for3Use2_13),
"org.scala-js" %%% "scalajs-dom" % "2.8.0",
"org.typelevel" %%% "cats-effect-testkit" % "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,
("com.siriusxm" %%% "snapshot4s-munit" % snapshot4sVersion % Test)
.exclude(
Expand Down

0 comments on commit 22618c5

Please sign in to comment.