Skip to content

Commit 9d8a736

Browse files
committed
try % Provided
1 parent a1af1de commit 9d8a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def lambda(projectName: String, directoryName: String, mainClassName: Option[Str
253253
"snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
254254
),
255255
libraryDependencies ++= Seq(
256-
"com.amazonaws" % "aws-lambda-java-core" % "1.3.0" % "provided",
256+
"com.amazonaws" % "aws-lambda-java-core" % "1.3.0" % Provided,
257257
"org.slf4j" % "slf4j-api" % slf4jVersion,
258258
"com.gu" %% "simple-configuration-core" % simpleConfigurationVersion,
259259
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,

0 commit comments

Comments
 (0)