Skip to content

Commit

Permalink
Update quicklens from 1.9.7 to 1.9.9 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
coralogix-automation-golem authored Oct 9, 2024
1 parent a64ff82 commit e014bdd
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 @@ -105,7 +105,7 @@ lazy val clientQuicklens = Project("zio-k8s-client-quicklens", file("zio-k8s-cli
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"com.softwaremill.quicklens" %% "quicklens" % "1.9.7",
"com.softwaremill.quicklens" %% "quicklens" % "1.9.9",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit e014bdd

Please sign in to comment.