From 9fdfc311f2f33f14465f7465774ecc416a496430 Mon Sep 17 00:00:00 2001 From: felix-hedenstrom <39419603+felix-hedenstrom@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:20:19 +0200 Subject: [PATCH] Update README.md Change recommended version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad96d20..68e3ade2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ In order to use this library, we need to add the following line in our `build.sb ```scala // ZIO Logging backends -libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.1" +libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" ``` The main module contains the following features: