Skip to content

Commit

Permalink
Merge pull request #1259 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
akash1810 authored Aug 21, 2023
2 parents 39ce0ef + 4b7d4c5 commit b4fa9f1
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 @@ -124,7 +124,7 @@ lazy val imageCopier = (project in file("imageCopier"))
Universal / packageName := normalizedName.value,
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-ec2" % awsV1SdkVersion,
"com.amazonaws" % "aws-lambda-java-core" % "1.2.2",
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.2",
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion
Expand Down

0 comments on commit b4fa9f1

Please sign in to comment.