From 7fe5b9e0808b9578e4aabb3ed95c6a242e8b2751 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Aug 2021 00:43:38 +0000 Subject: [PATCH] Update zio to 1.0.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 447be7f..191dc85 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val root = (project in file(".")) "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-parser" % circeVersion, - "dev.zio" %% "zio" % "1.0.10", + "dev.zio" %% "zio" % "1.0.11", "com.softwaremill.sttp.client3" %% "core" % "3.2.3", "ch.qos.logback" % "logback-classic" % "1.2.5", "org.scalatest" %% "scalatest" % "3.2.9" % "test"