Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Update zio, zio-streams, zio-test, ... to 2.1.14 #1063

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addCommandAlias("fmtOnce", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("fmt", "fmtOnce;fmtOnce")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")

val zioVersion = "2.0.22"
val zioVersion = "2.1.14"
val zioSchemaVersion = "1.1.1"
val testcontainersVersion = "1.18.3"
val testcontainersScalaVersion = "0.41.3"
Expand Down
Loading