Skip to content

Update cats-core to 2.9.0 #251

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ lazy val `ast` =
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.17.0" % "test",
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.2" % "test",
"org.typelevel" %% "cats-core" % "2.8.0",
"org.typelevel" %% "cats-core" % "2.9.0",
),
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "3"),
)
Expand All @@ -113,7 +113,7 @@ lazy val `cats` =
.settings(
commonDependencies,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.8.0",
"org.typelevel" %% "cats-core" % "2.9.0",
),
)
.jvmPlatform(scala3Versions)
Expand Down