Skip to content

Commit

Permalink
Update kms to 2.17.57 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] committed Oct 11, 2021
1 parent 37dc676 commit eba1106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -104,7 +104,7 @@ lazy val fs2Aws2Utils = (project in file("aws-java-sdk2"))
"co.fs2" %% "fs2-reactive-streams" % fs2Version,
"org.typelevel" %% "cats-tagless-macros" % "0.11",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1",
"software.amazon.awssdk" % "kms" % "2.17.56" % Provided,
"software.amazon.awssdk" % "kms" % "2.17.57" % Provided,
)
},
)
Expand Down

0 comments on commit eba1106

Please sign in to comment.