Skip to content

Commit 55a4107

Browse files
committed
Improve documentation of the migration tool
1 parent 891df92 commit 55a4107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ val collections = ProjectRef(file(".."), "collections")
2222
lazy val output = project
2323
.settings(
2424
resolvers := resolvers.in(collections).value,
25-
libraryDependencies := libraryDependencies.in(collections).value,
25+
libraryDependencies ++= libraryDependencies.in(collections).value,
2626
scalaVersion := scalaVersion.in(collections).value,
2727
scalaBinaryVersion := scalaBinaryVersion.in(collections).value
2828
)
29-
.dependsOn(collections) // collections/publishLocal is still necessary.
29+
.dependsOn(collections) // collections/publishLocal is still necessary.
3030

3131
lazy val tests = project
3232
.settings(

0 commit comments

Comments
 (0)