Skip to content

Commit

Permalink
Merge pull request #494 from scala-steward/update/zio-2.1.2
Browse files Browse the repository at this point in the history
Update zio, zio-test, zio-test-sbt to 2.1.2
  • Loading branch information
mergify[bot] authored Jun 4, 2024
2 parents 151b6a8 + cd9b12f commit 05f0e51
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 @@ -203,9 +203,9 @@ lazy val `oauth2-cache-zio` = project
.settings(
name := "sttp-oauth2-cache-zio",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.1",
"dev.zio" %% "zio-test" % "2.1.1" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.1" % Test
"dev.zio" %% "zio" % "2.1.2",
"dev.zio" %% "zio-test" % "2.1.2" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.2" % Test
),
mimaSettings,
compilerPlugins,
Expand Down

0 comments on commit 05f0e51

Please sign in to comment.