Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 5, 2025
1 parent b67ecc7 commit 19bbf6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ val circeCore = "io.circe" %% "circe-core" % "0.14.7"
val circeParser = "io.circe" %% "circe-parser" % "0.14.7"
val gson = "com.google.code.gson" % "gson" % "2.11.0"
val playJson = "org.playframework" %% "play-json" % "3.0.3"
val zio = "dev.zio" %% "zio" % "2.1.1"
val zio = "dev.zio" %% "zio" % "2.1.15"

val jUnit = "org.junit.jupiter" % "junit-jupiter" % "5.10.2" % Test
val jUnitInterface = "net.aichler" % "jupiter-interface" % "0.11.1" % Test
val mUnit = "org.scalameta" %% "munit" % "1.0.0" % Test
val mUnitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
val zioTest = "dev.zio" %% "zio-test" % "2.1.1" % Test
val zioTestSBT = "dev.zio" %% "zio-test-sbt" % "2.1.1" % Test
val zioTest = "dev.zio" %% "zio-test" % "2.1.15" % Test
val zioTestSBT = "dev.zio" %% "zio-test-sbt" % "2.1.15" % Test

// === Settings ===

Expand Down

0 comments on commit 19bbf6c

Please sign in to comment.