From 36d0ae6a7e7735a3bdf104977db0e8e9804cb0f1 Mon Sep 17 00:00:00 2001 From: Scala Steward <scala_steward@virtuslab.com> Date: Sat, 7 Jan 2023 23:11:27 +0000 Subject: [PATCH] Update monocle-core to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..c0dabc6c 100644 --- a/build.sbt +++ b/build.sbt @@ -80,7 +80,7 @@ val commonSettings = List( "co.fs2" %% "fs2-core" % "3.2.14", "com.github.valskalla" %% "odin-core" % "0.13.0", "io.circe" %% "circe-core" % "0.14.2", - "dev.optics" %% "monocle-core" % "3.1.0", + "dev.optics" %% "monocle-core" % "3.2.0", "com.disneystreaming" %% "weaver-cats" % "0.7.13" % Test, "com.disneystreaming" %% "weaver-scalacheck" % "0.7.13" % Test ) ++ compilerPlugins,