We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 122e952 + 52b55ae commit f79fa88Copy full SHA for f79fa88
build.sbt
@@ -188,9 +188,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
188
libraryDependencies ++= Seq(
189
"org.typelevel" %%% "cats-core" % "2.8.0",
190
"org.typelevel" %%% "cats-laws" % "2.8.0" % Test,
191
- "org.typelevel" %%% "cats-effect" % "3.3.12",
192
- "org.typelevel" %%% "cats-effect-laws" % "3.3.12" % Test,
193
- "org.typelevel" %%% "cats-effect-testkit" % "3.3.12" % Test,
+ "org.typelevel" %%% "cats-effect" % "3.3.13",
+ "org.typelevel" %%% "cats-effect-laws" % "3.3.13" % Test,
+ "org.typelevel" %%% "cats-effect-testkit" % "3.3.13" % Test,
194
"org.scodec" %%% "scodec-bits" % "1.1.34",
195
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.4" % Test,
196
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,
0 commit comments