Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 5, 2025
1 parent ad89d3b commit 64d0a8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ lazy val core = myCrossProject("core")
outFile
}
Seq(downloadPlugin("1_0_0"), downloadPlugin("1_3_11"))
}.taskValue
}.taskValue,
unusedCompileDependenciesFilter -=
moduleFilter(organization = Dependencies.coursierCore.organization)
)

lazy val docs = myCrossProject("docs")
Expand Down

0 comments on commit 64d0a8b

Please sign in to comment.