Skip to content

Commit d74e20a

Browse files
authored
Merge pull request #2240 from scala-steward/update/munit-cats-effect-2.1.0
Update munit-cats-effect to 2.1.0
2 parents 273a4cb + 5dd4b8f commit d74e20a

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
@@ -150,7 +150,7 @@ lazy val commonSettings =
150150
// MUnit
151151
libraryDependencies ++= Seq(
152152
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
153-
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
153+
"org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
154154
"org.typelevel" %% "cats-effect-testkit" % catsEffectVersion % Test
155155
),
156156
testFrameworks += new TestFramework("munit.Framework"),

0 commit comments

Comments
 (0)