Skip to content

Commit

Permalink
Merge pull request #62 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
AshCorr authored Feb 21, 2024
2 parents 60756bd + 7b1005a commit 6b1e8bc
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 @@ -17,7 +17,7 @@ scalacOptions ++= Seq(

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"org.slf4j" % "slf4j-simple" % "2.0.7",
"org.slf4j" % "slf4j-simple" % "2.0.9",
"com.squareup.okhttp3" % "okhttp" % "4.11.0",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-ec2" % awsSdkVersion,
Expand Down

0 comments on commit 6b1e8bc

Please sign in to comment.