Skip to content

Commit

Permalink
Update cats-core from 2.9.0 to 2.10.0 (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Singh <[email protected]>
  • Loading branch information
anand-singh and anand-singh authored Dec 7, 2023
1 parent 6b443cf commit acf9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
lazy val cats = "org.typelevel" %% "cats-core" % "2.9.0"
lazy val cats = "org.typelevel" %% "cats-core" % "2.10.0"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"
lazy val chimney = "io.scalaland" %% "chimney" % "0.8.3"
lazy val logging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
Expand Down

0 comments on commit acf9880

Please sign in to comment.