Skip to content

Commit

Permalink
Update munit to 1.0.1 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 13, 2024
1 parent 3ffd7a4 commit d260de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ lazy val core = (project in file("modules/core"))
libraryDependencies ++= List(
"org.mongodb" % "bson" % "5.1.2",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
),
Compile / sourceGenerators += Boilerplate.generatorTask.taskValue,
Expand Down

0 comments on commit d260de2

Please sign in to comment.