Skip to content

Commit

Permalink
Update cats-core to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 14, 2021
1 parent 7747bbb commit 333fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val cats = CrossProject("desert-cats", file("desert-cats"))(JVMPlatform, JS
.settings(
description := "Desert serializers for cats data types",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.6.0",
"org.typelevel" %% "cats-core" % "2.6.1",
"dev.zio" %% "zio-interop-cats" % "3.0.2.0" % Test
)
)
Expand Down

0 comments on commit 333fbdf

Please sign in to comment.