Skip to content

Commit

Permalink
Fix interdependencies in sbt builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Jul 15, 2024
1 parent 7a59487 commit c7b841d
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 @@ -136,7 +136,7 @@ lazy val core = (project in file("core"))
inputDir = (rdfProtos / target).value / "scala-2.13" / "src_managed" / "main",
outputDir = sourceManaged.value / "scalapb",
)
},
}.dependsOn(rdfProtos / Compile / PB.generate),
commonSettings,
)

Expand Down

0 comments on commit c7b841d

Please sign in to comment.