Skip to content

Commit

Permalink
Update munit, munit-diff to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Jan 10, 2025
1 parent ff2c636 commit 8890c4b
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 @@ -123,8 +123,8 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform)
sharedSettings,
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.18.1",
"org.scalameta" %%% "munit-diff" % "1.0.2",
"org.scalameta" %%% "munit" % "1.0.2"
"org.scalameta" %%% "munit-diff" % "1.0.4",
"org.scalameta" %%% "munit" % "1.0.4"
)
)
.jvmSettings(
Expand Down

0 comments on commit 8890c4b

Please sign in to comment.