Skip to content

Commit

Permalink
Merge pull request #1093 from typelevel/update/series/0.6.x/cats-core…
Browse files Browse the repository at this point in the history
…-2.11.0

Update cats-core, cats-free, cats-laws to 2.11.0 in series/0.6.x
  • Loading branch information
mpilquist authored Jun 1, 2024
2 parents f6e36bb + b04cedb commit ce00733
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 @@ -110,7 +110,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "skunk-core",
description := "Tagless, non-blocking data access library for Postgres.",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
Expand Down Expand Up @@ -191,8 +191,8 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scalameta" % "junit-interface" % "1.0.0",
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0",
"org.typelevel" %%% "cats-free" % "2.10.0",
"org.typelevel" %%% "cats-laws" % "2.10.0",
"org.typelevel" %%% "cats-free" % "2.11.0",
"org.typelevel" %%% "cats-laws" % "2.11.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3",
"org.typelevel" %%% "cats-time" % "0.5.1",
Expand Down

0 comments on commit ce00733

Please sign in to comment.