Skip to content

Commit

Permalink
Let gh-app-facade/Test depend on core/Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Dec 20, 2023
1 parent 134fe36 commit c50ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ lazy val dummy = myCrossProject("dummy")
)

lazy val ghAppFacade = myCrossProject("gh-app-facade")
.dependsOn(core)
.dependsOn(core % "compile->compile;test->test")
.settings(
libraryDependencies ++= Seq(
Dependencies.bcprovJdk15to18,
Expand Down

0 comments on commit c50ef5a

Please sign in to comment.