Skip to content

Commit

Permalink
Update quicklens to 1.9.5 (coralogix#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jul 18, 2023
1 parent a82b6b6 commit 436444c
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 @@ -102,7 +102,7 @@ lazy val clientQuicklens = Project("zio-k8s-client-quicklens", file("zio-k8s-cli
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"com.softwaremill.quicklens" %% "quicklens" % "1.9.4",
"com.softwaremill.quicklens" %% "quicklens" % "1.9.5",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 436444c

Please sign in to comment.