We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2198ce commit 435650dCopy full SHA for 435650d
project/Dependencies.scala
@@ -70,7 +70,7 @@ object Dependencies {
70
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
71
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
72
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
73
- ("software.amazon.awssdk" % "ecs" % "2.26.25").exclude("software.amazon.awssdk", "apache-client"),
+ ("software.amazon.awssdk" % "ecs" % "2.26.31").exclude("software.amazon.awssdk", "apache-client"),
74
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
75
) ++ JacksonDatabind // aws-java-sdk depends on insecure version of jackson
76
0 commit comments