From 769b517750476c965d9251f924c8eea3ec447423 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Mon, 12 Aug 2024 11:48:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d07f6..5b6f70d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ZIO Optics makes it easy to compose more complex optics from simpler ones, to de In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-optics" % "0.2.1" +libraryDependencies += "dev.zio" %% "zio-optics" % "0.2.2" ``` ## Example