Skip to content

Commit

Permalink
Update munit, munit-diff to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Dec 6, 2024
1 parent db8909b commit 7a4c2b7
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.3",
"org.scalameta" %%% "munit" % "1.0.3"
)
)
.jvmSettings(
Expand Down

0 comments on commit 7a4c2b7

Please sign in to comment.