Skip to content

Commit

Permalink
Update alleycats-core, cats-core to 2.12.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: davenverse-steward[bot] <130607801+davenverse-steward[bot]@users.noreply.github.com>
  • Loading branch information
davenverse-steward[bot] authored Jun 7, 2024
1 parent 286d439 commit 24e1120
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 @@ -21,8 +21,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "shellfish",
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "alleycats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-io" % "3.10.2",
Expand Down

0 comments on commit 24e1120

Please sign in to comment.