Skip to content

Commit

Permalink
Update chimney from 0.8.4 to 0.8.5 (#120)
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 Jan 3, 2024
1 parent 5ff480a commit ce5f801
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
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
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.4"
lazy val chimney = "io.scalaland" %% "chimney" % "0.8.5"
lazy val logging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test
}

0 comments on commit ce5f801

Please sign in to comment.