Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zio, zio-test, zio-test-sbt to 2.1.6 #313

Closed
Closed
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
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.6"

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.6" % Test
val zioTestSBT = "dev.zio" %% "zio-test-sbt" % "2.1.6" % Test

// === Settings ===

Expand Down
Loading