Skip to content

Commit

Permalink
Merge pull request #672 from disneystreaming/pass-scala-module-info
Browse files Browse the repository at this point in the history
Pass scalaModuleInfo to dynamic resolution invocation
  • Loading branch information
Baccata authored Dec 13, 2022
2 parents 9376350 + 6d8de40 commit f3b8cff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,11 @@ object Smithy4sCodegenPlugin extends AutoPlugin {
val depRes = (update / dependencyResolution).value
val updc = (update / updateConfiguration).value
val uwconfig = (update / unresolvedWarningConfiguration).value
val smInfo = (update / scalaModuleInfo).value
val modDescr = depRes.moduleDescriptor(
syntheticModule,
ids.toVector,
None
smInfo
)

depRes
Expand Down

0 comments on commit f3b8cff

Please sign in to comment.