Skip to content

Commit

Permalink
Merge pull request #1161 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
DavidLawes authored Sep 19, 2023
2 parents 00c541d + 75197ff commit ec2696d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.typesafe.sbt.packager.docker.{Cmd, ExecCmd}
val projectVersion = "1.0-latest"

organization := "com.gu"
ThisBuild / scalaVersion := "2.13.11"
ThisBuild / scalaVersion := "2.13.12"

val compilerOptions = Seq(
"-deprecation",
Expand Down Expand Up @@ -408,7 +408,7 @@ lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notifica
libraryDependencies ++= Seq(
"com.turo" % "pushy" % "0.13.10",
"com.google.firebase" % "firebase-admin" % "9.1.1",
"com.google.protobuf" % "protobuf-java" % "3.24.2",
"com.google.protobuf" % "protobuf-java" % "3.24.3",
"com.amazonaws" % "aws-lambda-java-events" % "2.2.9",
"com.amazonaws" % "aws-java-sdk-sqs" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion,
Expand Down

0 comments on commit ec2696d

Please sign in to comment.