Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.1.7 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 21, 2024
1 parent aeb06c1 commit ef6c36f
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.3",
"dev.zio" %% "zio-test" % "2.1.3" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.3" % Test
"dev.zio" %% "zio" % "2.1.7",
"dev.zio" %% "zio-test" % "2.1.7" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.7" % Test
),
mimaSettings,
compilerPlugins,
Expand Down

0 comments on commit ef6c36f

Please sign in to comment.