Skip to content

Commit

Permalink
Update zio, zio-test to 2.1.13 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 24, 2024
1 parent 80c19e9 commit 4a83f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ lazy val scala3 = project
libraryDependencies ++= Seq(
"com.softwaremill.diffx" %% "diffx-core" % diffxVersion,
"org.scalatest" %% "scalatest-flatspec" % "3.2.19" % Test,
"dev.zio" %% "zio" % "2.1.12",
"dev.zio" %% "zio-test" % "2.1.12" % Test
"dev.zio" %% "zio" % "2.1.13",
"dev.zio" %% "zio-test" % "2.1.13" % Test
)
)

Expand Down

0 comments on commit 4a83f0f

Please sign in to comment.