From 14a437c2d54d46d52ee627b6c3c1d7f8942b497d Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:02:39 +1100 Subject: [PATCH 1/2] Update auxlib, clib, javalib, nativelib, ... to 0.5.6 (#1419) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c18c0c8f1..f061f6ea7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0") From e59e50a874fd65a04a590370b0a8c976fb0f0aef Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:16:17 +0000 Subject: [PATCH 2/2] Update README.md (#1420) Co-authored-by: ZIO Assistant --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48015258..1453aefee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ZIO Prelude is a library focused on providing a core set of functional data type In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC33" +libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC34" ``` ## Example