Skip to content

Commit

Permalink
Merge pull request #43 from NthPortal/fix-v
Browse files Browse the repository at this point in the history
Make "v" artifact depend on others
  • Loading branch information
NthPortal committed Sep 13, 2020
2 parents 249dbda + 7bfecac commit be79e70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ lazy val root = project
core,
semver,
)
.dependsOn(
core,
semver,
)
.settings(
name := "v",
mimaPreviousArtifacts := Set.empty,
Expand Down

0 comments on commit be79e70

Please sign in to comment.