Skip to content

Commit 9f080d5

Browse files
authored
Add versionScheme (PVP) to SBT publish settings (#2871)
This allows build tools to warn users about possible binary incompatibility issues when using dependencies that depend on mutually incompatible versions of Chisel.
1 parent 61dec9a commit 9f080d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ lazy val commonSettings = Seq(
3737
)
3838

3939
lazy val publishSettings = Seq(
40+
versionScheme := Some("pvp"),
4041
publishMavenStyle := true,
4142
Test / publishArtifact := false,
4243
pomIncludeRepository := { x => false },

0 commit comments

Comments
 (0)