Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request typelevel#3275 from typelevel/update/cats-core-2.10.0
Browse files Browse the repository at this point in the history
Update cats-core, cats-laws to 2.10.0
  • Loading branch information
armanbilge authored Aug 14, 2023
2 parents 3c93811 + 24fb911 commit 5dbe235
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 @@ -249,11 +249,11 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "fs2-core",
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-bits" % "1.1.37",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.1",
"org.typelevel" %%% "cats-effect-laws" % "3.5.1" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.1" % Test,
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
Expand Down

0 comments on commit 5dbe235

Please sign in to comment.