Skip to content

Commit

Permalink
Update aws-lambda-java-core to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a9c7381 commit 8af99b6
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 @@ -24,7 +24,7 @@ Compile / scalaxb / scalaxbGenerateDispatchClient := false // we don't need to u
val AwsVersion = "1.12.713"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.1",
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-java-sdk-sqs" % AwsVersion,
"com.amazonaws" % "aws-java-sdk-s3" % AwsVersion,
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
Expand Down

0 comments on commit 8af99b6

Please sign in to comment.