Skip to content

Commit 687799f

Browse files
Update zio, zio-test, zio-test-sbt to 2.1.3 (#495)
1 parent 05f0e51 commit 687799f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ lazy val `oauth2-cache-zio` = project
203203
.settings(
204204
name := "sttp-oauth2-cache-zio",
205205
libraryDependencies ++= Seq(
206-
"dev.zio" %% "zio" % "2.1.2",
207-
"dev.zio" %% "zio-test" % "2.1.2" % Test,
208-
"dev.zio" %% "zio-test-sbt" % "2.1.2" % Test
206+
"dev.zio" %% "zio" % "2.1.3",
207+
"dev.zio" %% "zio-test" % "2.1.3" % Test,
208+
"dev.zio" %% "zio-test-sbt" % "2.1.3" % Test
209209
),
210210
mimaSettings,
211211
compilerPlugins,

0 commit comments

Comments
 (0)