Skip to content

Commit 6fed32f

Browse files
author
Reinier Lamers
committed
enable OssLibPlugin on the root project to make publish work
1 parent 2a49ffa commit 6fed32f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ lazy val awsDeps = Seq(
7171
"com.amazonaws" % "aws-lambda-java-core" % "1.2.0",
7272
"com.amazonaws" % "aws-lambda-java-events" % "1.2.0"
7373
)
74+
75+
enablePlugins(OssLibPlugin)
76+
77+
commonSettings

0 commit comments

Comments
 (0)