Skip to content

Commit

Permalink
Merge pull request #955 from typelevel/update/series/0.6.x/cats-effec…
Browse files Browse the repository at this point in the history
…t-3.5.1

Update cats-effect to 3.5.1 in series/0.6.x
  • Loading branch information
armanbilge authored Aug 16, 2023
2 parents 25bb707 + de270b2 commit c135fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
description := "Tagless, non-blocking data access library for Postgres.",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.5.0",
"org.typelevel" %%% "cats-effect" % "3.5.1",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
"org.scodec" %%% "scodec-bits" % "1.1.37",
Expand Down

0 comments on commit c135fc2

Please sign in to comment.