We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49ffa commit 6fed32fCopy full SHA for 6fed32f
build.sbt
@@ -71,3 +71,7 @@ lazy val awsDeps = Seq(
71
"com.amazonaws" % "aws-lambda-java-core" % "1.2.0",
72
"com.amazonaws" % "aws-lambda-java-events" % "1.2.0"
73
)
74
+
75
+enablePlugins(OssLibPlugin)
76
77
+commonSettings
0 commit comments