prevent sbt from autoadding scalalib dependencies
This commit is contained in:
parent
fd3f6447ac
commit
df1812c7eb
1 changed files with 2 additions and 0 deletions
|
@ -123,7 +123,9 @@ object Shared {
|
|||
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),
|
||||
publishMavenStyle := true,
|
||||
version := "0.1.0-SNAPSHOT",
|
||||
autoScalaLibrary := false,
|
||||
publishArtifact in Test := false,
|
||||
autoScalaLibrary in test := false,
|
||||
pomIncludeRepository := { x => false },
|
||||
pomExtra := (
|
||||
<url>https://capnproto.org/</url>
|
||||
|
|
Loading…
Reference in a new issue