Skip to content

Commit 34cf847

Browse files
Update cats-effect, cats-effect-laws, ... to 3.5.4
1 parent 52b9e5d commit 34cf847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
278278
libraryDependencies ++= Seq(
279279
"org.scodec" %%% "scodec-bits" % "1.1.38",
280280
"org.typelevel" %%% "cats-core" % "2.10.0",
281-
"org.typelevel" %%% "cats-effect" % "3.5.3",
282-
"org.typelevel" %%% "cats-effect-laws" % "3.5.3" % Test,
283-
"org.typelevel" %%% "cats-effect-testkit" % "3.5.3" % Test,
281+
"org.typelevel" %%% "cats-effect" % "3.5.4",
282+
"org.typelevel" %%% "cats-effect-laws" % "3.5.4" % Test,
283+
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4" % Test,
284284
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test,
285285
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
286286
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,

0 commit comments

Comments
 (0)