Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update zio, zio-stacktracer, zio-streams, ... to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-dhpiggott[bot] committed Oct 1, 2023
1 parent ea23c55 commit 4bb7aa9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 4bb7aa9

Please sign in to comment.