Skip to content

Commit

Permalink
Merge pull request #354 from scala-steward/update/zio-2.1.3
Browse files Browse the repository at this point in the history
Update zio, zio-concurrent, zio-test, ... to 2.1.3
  • Loading branch information
jamesward authored Jun 12, 2024
2 parents 09631f1 + 550847b commit 8ccde4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scala-zio/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ scalaVersion := "3.4.2"

fork := true

val zioVersion = "2.1.2"
val zioVersion = "2.1.3"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
Expand Down
2 changes: 1 addition & 1 deletion scenario-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fork := true

reStartArgs := Seq("--debug")

val zioVersion = "2.1.2"
val zioVersion = "2.1.3"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
Expand Down

0 comments on commit 8ccde4a

Please sign in to comment.