Skip to content

Commit

Permalink
Merge pull request #739 from scala-steward/update/cats-core-2.9.0
Browse files Browse the repository at this point in the history
Update cats-core, cats-free, cats-laws to 2.9.0
  • Loading branch information
mpilquist authored Nov 19, 2022
2 parents c902ab9 + c2a0d73 commit 9bbcb33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
description := "Tagless, non-blocking data access library for Postgres.",
scalacOptions ~= (_.filterNot(_ == "-source:3.0-migration")),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.8.0",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.4.1",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
Expand Down Expand Up @@ -207,8 +207,8 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform)
"org.scalameta" % "junit-interface" % "0.7.29",
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.4",
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7",
"org.typelevel" %%% "cats-free" % "2.8.0",
"org.typelevel" %%% "cats-laws" % "2.8.0",
"org.typelevel" %%% "cats-free" % "2.9.0",
"org.typelevel" %%% "cats-laws" % "2.9.0",
"org.typelevel" %%% "discipline-munit" % "1.0.9",
) ++ Seq(
"io.chrisdavenport" %%% "cats-time" % "0.3.4",
Expand Down

0 comments on commit 9bbcb33

Please sign in to comment.