We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cb2f5 commit d420a09Copy full SHA for d420a09
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.32.21"
+ private[this] val awsSdkVersion = "2.32.22"
13
14
private[this] val testDependencies: Seq[ModuleID] = Seq(
15
"ch.qos.logback" % "logback-classic" % logbackClassicVersion % Test,
0 commit comments