Skip to content

Commit

Permalink
Update quicklens to 1.8.5 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Apr 8, 2022
1 parent 8e72fff commit 5ed5314
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 @@ -91,7 +91,7 @@ lazy val clientQuicklens = Project("zio-k8s-client-quicklens", file("zio-k8s-cli
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"com.softwaremill.quicklens" %% "quicklens" % "1.8.4",
"com.softwaremill.quicklens" %% "quicklens" % "1.8.5",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 5ed5314

Please sign in to comment.