From 784a34635cfe6d4195de42885448d55d9420af76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:12:05 +0000 Subject: [PATCH] Update monocle-core to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..7f7bd3d0 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.3.0", "com.disneystreaming" %% "weaver-cats" % "0.7.13" % Test, "com.disneystreaming" %% "weaver-scalacheck" % "0.7.13" % Test ) ++ compilerPlugins,