Skip to content

Commit

Permalink
Update kms to 2.17.169 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 12, 2022
1 parent 416973d commit fc0010b
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 @@ -81,7 +81,7 @@ lazy val fs2Aws2Utils = (project in file("aws-java-sdk2"))
"co.fs2" %% "fs2-reactive-streams" % fs2Version,
"org.typelevel" %% "cats-tagless-macros" % "0.14.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0",
"software.amazon.awssdk" % "kms" % "2.17.168" % Provided,
"software.amazon.awssdk" % "kms" % "2.17.169" % Provided,
)
},
)
Expand Down

0 comments on commit fc0010b

Please sign in to comment.