Skip to content

Commit

Permalink
Downgrade cats to 2.11 since 2.12 is only published for native 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 20, 2024
1 parent 9157ea3 commit b54d254
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.12.0",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect" % "3.5.6",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
Expand Down Expand Up @@ -186,8 +186,8 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scalameta" % "junit-interface" % "1.0.2",
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0",
"org.typelevel" %%% "cats-free" % "2.12.0",
"org.typelevel" %%% "cats-laws" % "2.12.0",
"org.typelevel" %%% "cats-free" % "2.11.0",
"org.typelevel" %%% "cats-laws" % "2.11.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.6",
"org.typelevel" %%% "discipline-munit" % "2.0.0",
"org.typelevel" %%% "cats-time" % "0.5.1",
Expand Down

0 comments on commit b54d254

Please sign in to comment.