Skip to content

Commit

Permalink
chore(deps): update dependency dev.optics:monocle-macro to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2024
1 parent 7e42c9d commit c4b6a87
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 @@ -89,7 +89,7 @@ lazy val client_examples =
.in(file("client-examples"))
.settings(
name := "s2mc-client-examples",
libraryDependencies ++= Seq("dev.optics" %% "monocle-macro" % "3.2.0")
libraryDependencies ++= Seq("dev.optics" %% "monocle-macro" % "3.3.0")
)

lazy val testing =
Expand Down

0 comments on commit c4b6a87

Please sign in to comment.