Skip to content

Commit

Permalink
Merge pull request #61 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
Non-AWS dependency updates
  • Loading branch information
NovemberTang authored Oct 19, 2023
2 parents 2e6f576 + fde3367 commit 390f7a4
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 @@ -59,7 +59,7 @@ val core = project
libraryDependencies ++= Seq(
"software.amazon.awssdk" % "ec2" % awsSdkVersion,
"software.amazon.awssdk" % "autoscaling" % awsSdkVersion,
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.9"
)
)
Expand Down

0 comments on commit 390f7a4

Please sign in to comment.