Skip to content

Commit

Permalink
Merge pull request #55 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 Sep 6, 2023
2 parents e644cb1 + a2d081d commit 98be4bc
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.2",
"org.slf4j" % "slf4j-api" % "2.0.7"
"org.slf4j" % "slf4j-api" % "2.0.9"
)
)

Expand Down

0 comments on commit 98be4bc

Please sign in to comment.