Skip to content

Commit

Permalink
Update monocle-core, monocle-macro to 3.3.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 12, 2024
1 parent 0941e7c commit 9fca110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ lazy val reactive = project
.settings(
name := "colibri-reactive",
libraryDependencies ++= Seq(
"dev.optics" %%% "monocle-core" % "3.2.0",
"dev.optics" %%% "monocle-macro" % "3.2.0" % Test,
"dev.optics" %%% "monocle-core" % "3.3.0",
"dev.optics" %%% "monocle-macro" % "3.3.0" % Test,
),
)

Expand Down

0 comments on commit 9fca110

Please sign in to comment.