Skip to content

Commit

Permalink
Update quicklens from 1.9.7 to 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
coralogix-automation-golem committed Sep 3, 2024
1 parent eb4849d commit 3f283d7
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.8",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 3f283d7

Please sign in to comment.