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 5eec742 commit 49452a2Copy full SHA for 49452a2
build.sbt
@@ -22,6 +22,9 @@ scalacOptions ++= Seq(
22
"-Xfatal-warnings"
23
)
24
25
+mappings in (Compile, packageBin) +=
26
+ (baseDirectory.value / "README.md") -> "README.md"
27
+
28
pomExtra := (<scm>
29
<url>https://github.com/typesafehub/scala-sculpt.git</url>
30
<connection>scm:https://github.com/typesafehub/scala-sculpt.git</connection></scm>)
0 commit comments