Skip to content

Commit 1082a69

Browse files
committed
Update munit to 1.0.3
1 parent 9f18a68 commit 1082a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value)
66

77
ThisBuild / libraryDependencies ++= Seq(
88
"co.fs2" %% "fs2-core" % "3.11.0",
9-
"org.scalameta" %% "munit" % "1.0.2" % Test,
9+
"org.scalameta" %% "munit" % "1.0.3" % Test,
1010
"org.typelevel" %% "cats-effect-testkit" % "3.5.7" % Test
1111
)
1212

0 commit comments

Comments
 (0)