2 parents 3a24117 + a691bab commit 9542f17Copy full SHA for 9542f17
1 file changed
build.sbt
@@ -32,7 +32,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
32
libraryDependencies ++= Seq(
33
"org.typelevel" %%% "cats-core" % "2.13.0",
34
"org.typelevel" %%% "cats-effect" % "3.6.3",
35
- "org.scalameta" %%% "munit" % "1.2.2" % Test,
+ "org.scalameta" %%% "munit" % "1.2.3" % Test,
36
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
37
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
38
)
0 commit comments