From a0f00ebdfaf9e8539615a48f3ca08e6bdc8e1859 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Wed, 12 Feb 2025 12:44:54 +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 067c8976e..5af59b44a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To run this example we should put following dependencies in our `build.sbt` file ```scala libraryDependencies ++= Seq( "dev.zio" %% "zio-redis" % "1.0.0", - "dev.zio" %% "zio-schema-protobuf" % "0.4.9" + "dev.zio" %% "zio-schema-protobuf" % "1.6.1" ) ```