Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored May 29, 2024
1 parent b6adf7c commit fcd4a22
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 @@ -66,7 +66,7 @@ lazy val filterConsoleScalacOptions = { options: Seq[String] =>
lazy val commonSettings = Seq(
scalacOptions ~= (_ filterNot Set("-Xfuture", "-Xfatal-warnings").contains),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "3.5.4",
"io.higherkindness" %% "droste-core" % "0.9.0",
"io.higherkindness" %% "droste-macros" % "0.9.0",
Expand All @@ -77,7 +77,7 @@ lazy val commonSettings = Seq(
"io.circe" %% "circe-parser" % "0.14.7",
"io.circe" %% "circe-yaml" % "1.15.0",
"com.julianpeeters" %% "avrohugger-core" % "2.8.3" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "cats-laws" % "2.12.0" % Test,
"io.circe" %% "circe-testing" % "0.14.7" % Test,
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"org.specs2" %% "specs2-core" % "4.12.4-js-ec" % Test,
Expand Down

0 comments on commit fcd4a22

Please sign in to comment.