Skip to content

Commit

Permalink
update aws-lambda-java-log4j2 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oliver authored Dec 13, 2021
1 parent f44f071 commit 9ca6490
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 @@ -131,7 +131,7 @@ lazy val lambdaIOApp = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= {
Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.1",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.2.0",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.3.0",
"co.fs2" %% "fs2-io" % fs2Version,
"org.typelevel" %% "log4cats-slf4j" % "1.3.1",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.15.0",
Expand Down

0 comments on commit 9ca6490

Please sign in to comment.