Skip to content

Commit

Permalink
Merge pull request #479 from scala-steward/update/zio-2.1.11
Browse files Browse the repository at this point in the history
Update zio, zio-concurrent, zio-test, ... to 2.1.11
  • Loading branch information
jamesward authored Oct 10, 2024
2 parents feb74ac + 9d858e6 commit 88139f2
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.5.1"

fork := true

val zioVersion = "2.1.9"
val zioVersion = "2.1.11"

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.9"
val zioVersion = "2.1.11"

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

0 comments on commit 88139f2

Please sign in to comment.