Skip to content

Commit 49452a2

Browse files
committed
include README.md in packaged jar
1 parent 5eec742 commit 49452a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ scalacOptions ++= Seq(
2222
"-Xfatal-warnings"
2323
)
2424

25+
mappings in (Compile, packageBin) +=
26+
(baseDirectory.value / "README.md") -> "README.md"
27+
2528
pomExtra := (<scm>
2629
<url>https://github.com/typesafehub/scala-sculpt.git</url>
2730
<connection>scm:https://github.com/typesafehub/scala-sculpt.git</connection></scm>)

0 commit comments

Comments
 (0)