Skip to content

Commit 9542f17

Browse files
authored
Merge pull request #199 from scala-steward/update/munit-1.2.3
Update munit to 1.2.3
2 parents 3a24117 + a691bab commit 9542f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
3232
libraryDependencies ++= Seq(
3333
"org.typelevel" %%% "cats-core" % "2.13.0",
3434
"org.typelevel" %%% "cats-effect" % "3.6.3",
35-
"org.scalameta" %%% "munit" % "1.2.2" % Test,
35+
"org.scalameta" %%% "munit" % "1.2.3" % Test,
3636
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
3737
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
3838
)

0 commit comments

Comments
 (0)