Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 25, 2024
1 parent 673aa3b commit dc9b232
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.7",
"dev.zio" %% "zio-test" % "2.1.7" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.7" % Test
"dev.zio" %% "zio" % "2.1.8",
"dev.zio" %% "zio-test" % "2.1.8" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.8" % Test
),
mimaSettings,
compilerPlugins,
Expand Down

0 comments on commit dc9b232

Please sign in to comment.