Skip to content

Commit

Permalink
Merge branch 'main' into update-yarn-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aracho1 authored Jul 3, 2024
2 parents b689b08 + a6006c1 commit b769f98
Show file tree
Hide file tree
Showing 3 changed files with 5,926 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ val compilerOptions = Seq(

ThisBuild / scalacOptions ++= compilerOptions

val playJsonVersion = "3.0.3"
val playJsonVersion = "3.0.4"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.741"
val awsSdkVersion: String = "1.12.746"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.12.0"
val okHttpVersion: String = "4.12.0"
Expand All @@ -47,7 +47,7 @@ val jacksonCbor: String = "2.17.1"
val jacksonScalaModule: String = "2.17.1"
val simpleConfigurationVersion: String = "1.5.7"
val googleOAuthClient: String = "1.36.0"
val nettyVersion: String = "4.1.110.Final"
val nettyVersion: String = "4.1.111.Final"
val slf4jVersion: String = "1.7.36"
val logbackVersion: String = "1.5.6"

Expand Down Expand Up @@ -310,7 +310,7 @@ lazy val football = lambda("football", "football")
libraryDependencies ++= Seq(
"org.scanamo" %% "scanamo" % "1.0.0-M12-1",
"org.scanamo" %% "scanamo-testkit" % "1.0.0-M12-1" % "test",
"com.gu" %% "content-api-client-default" % "27.0.0",
"com.gu" %% "content-api-client-default" % "30.0.0",
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion,
"com.gu" %% "pa-client" % paClientVersion,
"com.squareup.okhttp3" % "okhttp" % okHttpVersion,
Expand Down Expand Up @@ -417,7 +417,7 @@ lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notifica
libraryDependencies ++= Seq(
"com.turo" % "pushy" % "0.13.10",
"com.google.firebase" % "firebase-admin" % "9.2.0",
"com.google.protobuf" % "protobuf-java" % "4.27.0",
"com.google.protobuf" % "protobuf-java" % "4.27.1",
"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
Loading

0 comments on commit b769f98

Please sign in to comment.