Skip to content

Commit

Permalink
Merge branch 'main' into update/non_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLawes authored Aug 22, 2023
2 parents 605fe42 + 5ac6a3e commit fb567ae
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 @@ -22,7 +22,7 @@ ThisBuild / scalacOptions ++= compilerOptions

val playJsonVersion = "2.9.4"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.519"
val awsSdkVersion: String = "1.12.534"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.10.0"
val okHttpVersion: String = "4.11.0"
Expand Down Expand Up @@ -264,7 +264,7 @@ def lambda(projectName: String, directoryName: String, mainClassName: Option[Str
"snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
),
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.2",
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"org.slf4j" % "slf4j-api" % slf4jVersion,
"com.gu" %% "simple-configuration-core" % simpleConfigurationVersion,
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
Expand Down

0 comments on commit fb567ae

Please sign in to comment.