Skip to content

Commit

Permalink
Update zio-optics from 0.2.1 to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coralogix-automation-golem committed Aug 13, 2024
1 parent eb4849d commit 9b003c7
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 @@ -157,7 +157,7 @@ lazy val clientZioOptics = Project("zio-k8s-client-optics", file("zio-k8s-client
.settings(
crossScalaVersions := List(scala212Version, scala213Version, scala3Version),
libraryDependencies ++= Seq(
"dev.zio" %% "zio-optics" % "0.2.1",
"dev.zio" %% "zio-optics" % "0.2.2",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 9b003c7

Please sign in to comment.