Skip to content

Commit

Permalink
Update cats-core to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 15, 2023
1 parent 18b7248 commit d2d85ce
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 @@ -75,7 +75,7 @@ val compilerPlugins = List(
val commonSettings = List(
scalacOptions --= List("-Xfatal-warnings"),
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.7.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.3.14",
"co.fs2" %% "fs2-core" % "3.2.14",
"com.github.valskalla" %% "odin-core" % "0.13.0",
Expand Down Expand Up @@ -107,7 +107,7 @@ lazy val bootstrap = project
.settings(
scalaVersion := Scala3,
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.7.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.3.14",
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",
Expand Down

0 comments on commit d2d85ce

Please sign in to comment.