From 1c976b3defd3257a50444d9ca21872a5233dda47 Mon Sep 17 00:00:00 2001 From: svroonland Date: Sat, 11 Nov 2023 10:51:41 +0100 Subject: [PATCH] Fix docs: available for scala/zio versions (#388) --- docs/docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/docs/index.md b/docs/docs/docs/index.md index 41a49b40..8fce81c9 100644 --- a/docs/docs/docs/index.md +++ b/docs/docs/docs/index.md @@ -42,7 +42,7 @@ Add to your build.sbt: libraryDependencies += "nl.vroste" %% "rezilience" % "" ``` -The latest version is built against ZIO 1.0.4-2 and is available for Scala 2.12, 2.13 and Scala.JS 1.5. +Rezilience is available for ZIO 2 and Scala 2.13, Scala 3 and Scala.JS. ## Usage example