Skip to content

Commit

Permalink
Merge pull request #72 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
Non-AWS dependency updates
  • Loading branch information
akash1810 authored Jan 15, 2024
2 parents aaa2e66 + a020c31 commit eb46248
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 @@ -60,7 +60,7 @@ val core = project
"software.amazon.awssdk" % "ec2" % awsSdkVersion,
"software.amazon.awssdk" % "autoscaling" % awsSdkVersion,
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.10"
"org.slf4j" % "slf4j-api" % "2.0.11"
)
)

Expand Down

0 comments on commit eb46248

Please sign in to comment.