Skip to content

Commit

Permalink
Merge pull request #1031 from typelevel/update/series/0.6.x/cats-effe…
Browse files Browse the repository at this point in the history
…ct-3.5.3

Update cats-effect, cats-effect-testkit to 3.5.3 in series/0.6.x
  • Loading branch information
mpilquist authored Jan 20, 2024
2 parents cce4cde + f6fc158 commit ee459c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
description := "Tagless, non-blocking data access library for Postgres.",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.2",
"org.typelevel" %%% "cats-effect" % "3.5.3",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
"org.scodec" %%% "scodec-bits" % "1.1.38",
Expand Down Expand Up @@ -193,7 +193,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4",
"org.typelevel" %%% "cats-free" % "2.10.0",
"org.typelevel" %%% "cats-laws" % "2.10.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.2",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.3",
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3",
"org.typelevel" %%% "cats-time" % "0.5.1",
),
Expand Down

0 comments on commit ee459c8

Please sign in to comment.