We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e832306 commit 5aa8c33Copy full SHA for 5aa8c33
project/Dependencies.scala
@@ -9,7 +9,7 @@ object Dependencies {
9
private[this] val logbackClassicVersion = "1.5.18"
10
private[this] val scalaTestVersion = "3.2.19"
11
private[this] val slf4jVersion = "2.0.17"
12
- private[this] val awsSdkVersion = "2.31.78"
+ private[this] val awsSdkVersion = "2.32.2"
13
14
private[this] val testDependencies: Seq[ModuleID] = Seq(
15
"ch.qos.logback" % "logback-classic" % logbackClassicVersion % Test,
0 commit comments