From 838a8c62bf66266994f4ac8da911ce3c86dca564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Mar 2026 13:47:37 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70b0a8f..5ff3109 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ A ZIO-based AWS Custom Runtime compatible with GraalVM Native Image. ```scala libraryDependencies += "dev.zio" %% "zio-json" % "0.6.2" -libraryDependencies += "dev.zio" %% "zio-lambda" % "1.0.5" +libraryDependencies += "dev.zio" %% "zio-lambda" % "1.0.6" // Optional dependencies -libraryDependencies += "dev.zio" %% "zio-lambda-event" % "1.0.5" -libraryDependencies += "dev.zio" %% "zio-lambda-response" % "1.0.5" +libraryDependencies += "dev.zio" %% "zio-lambda-event" % "1.0.6" +libraryDependencies += "dev.zio" %% "zio-lambda-response" % "1.0.6" ``` ## Usage