From 4bb7aa9af6a7cf97ba41295254f1ecac5fb8e761 Mon Sep 17 00:00:00 2001 From: "scala-steward-dhpiggott[bot]" <127664346+scala-steward-dhpiggott[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:13:31 +0000 Subject: [PATCH] Update zio, zio-stacktracer, zio-streams, ... to 2.0.18 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 87bdbfe..30ab6f0 100644 --- a/build.sbt +++ b/build.sbt @@ -20,11 +20,11 @@ lazy val helios = project "co.fs2" %% "fs2-core" % "3.9.2", "co.fs2" %% "fs2-io" % "3.9.2", "com.luckycatlabs" % "SunriseSunsetCalculator" % "1.2", - "dev.zio" %% "zio" % "2.0.17", + "dev.zio" %% "zio" % "2.0.18", "dev.zio" %% "zio-interop-cats" % "23.0.0.8", "dev.zio" %% "zio-json" % "0.6.2", - "dev.zio" %% "zio-stacktracer" % "2.0.17", - "dev.zio" %% "zio-streams" % "2.0.17", + "dev.zio" %% "zio-stacktracer" % "2.0.18", + "dev.zio" %% "zio-streams" % "2.0.18", "nl.vroste" %% "rezilience" % "0.9.4", "org.http4s" %% "http4s-client" % "0.23.23", "org.http4s" %% "http4s-core" % "0.23.23", @@ -35,8 +35,8 @@ lazy val helios = project "org.typelevel" %% "cats-effect" % "3.5.1", "org.typelevel" %% "cats-effect-kernel" % "3.5.1", "org.slf4j" % "slf4j-simple" % "2.0.9" % Runtime, - "dev.zio" %% "zio-test" % "2.0.17" % Test, - "dev.zio" %% "zio-test-sbt" % "2.0.17" % Test + "dev.zio" %% "zio-test" % "2.0.18" % Test, + "dev.zio" %% "zio-test-sbt" % "2.0.18" % Test ), run / fork := true, dockerBaseImage := "eclipse-temurin:17-jre-jammy"