Skip to content

Commit

Permalink
Update s3 to 2.13.46 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 29, 2020
1 parent 7214e3e commit 3383fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val `zio-s3` = project
"dev.zio" %% "zio-nio" % "1.0.0-RC8",
"dev.zio" %% "zio-interop-reactivestreams" % "1.0.3.5-RC12",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6",
"software.amazon.awssdk" % "s3" % "2.13.23",
"software.amazon.awssdk" % "s3" % "2.13.46",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 3383fda

Please sign in to comment.