Skip to content

Commit 22ed3a9

Browse files
authored
Merge pull request #239 from typelevel/update/munit-1.2.1
Update munit to 1.2.1
2 parents d0017d6 + 534ba81 commit 22ed3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val phantomDependencies = project
4444
libraryDependencies ++= Seq(
4545
"org.typelevel" %%% "cats-core" % "2.13.0",
4646
"org.typelevel" %%% "cats-effect" % "3.6.3",
47-
"org.scalameta" %%% "munit" % "1.1.1" % Test,
47+
"org.scalameta" %%% "munit" % "1.2.1" % Test,
4848
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
4949
"org.scala-lang" % "scala-library" % "2.13.17",
5050
"org.scala-lang" % "scala3-library_3" % "3.3.7"

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
2727
libraryDependencies ++= Seq(
2828
"org.typelevel" %%% "cats-core" % "2.13.0",
2929
"org.typelevel" %%% "cats-effect" % "3.6.3",
30-
"org.scalameta" %%% "munit" % "1.1.1" % Test,
30+
"org.scalameta" %%% "munit" % "1.2.1" % Test,
3131
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test
3232
)
3333
)

0 commit comments

Comments
 (0)