Skip to content

Commit

Permalink
Merge pull request #544 from Dwolla/update/kms-2.20.96
Browse files Browse the repository at this point in the history
Update kms to 2.20.96
mergify[bot] authored Jun 30, 2023
2 parents e615293 + 0203665 commit 5cc19c6
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
@@ -52,7 +52,7 @@ lazy val `fs2-aws-java-sdk2` = project
"co.fs2" %% "fs2-reactive-streams" % fs2Version,
"org.typelevel" %% "cats-tagless-core" % "0.15.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"software.amazon.awssdk" % "kms" % "2.20.95" % Provided,
"software.amazon.awssdk" % "kms" % "2.20.96" % Provided,
)
},
)

0 comments on commit 5cc19c6

Please sign in to comment.