Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.1.3 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 21, 2024
1 parent 05f0e51 commit 687799f
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.2",
"dev.zio" %% "zio-test" % "2.1.2" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.2" % Test
"dev.zio" %% "zio" % "2.1.3",
"dev.zio" %% "zio-test" % "2.1.3" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.3" % Test
),
mimaSettings,
compilerPlugins,
Expand Down

0 comments on commit 687799f

Please sign in to comment.