Skip to content

Commit

Permalink
Merge pull request #135 from SimY4/update/munit-1.0.4
Browse files Browse the repository at this point in the history
Update munit to 1.0.4
  • Loading branch information
SimY4 authored Jan 12, 2025
2 parents 870b146 + bb4721f commit 95d5548
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 @@ -69,7 +69,7 @@ lazy val core = (project in file("core"))
description := "A handy utility for generating strings that match given regular expression criteria.",
headerEndYear := Some(2025),
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.scalameta" %% "munit" % "1.0.4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
)
)
Expand Down

0 comments on commit 95d5548

Please sign in to comment.