Skip to content

Commit

Permalink
Fix scalatest module publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Aug 19, 2024
1 parent 15b69a8 commit c98a84d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ lazy val allModules: Seq[ProjectReference] = Seq(
hashing.projectRefs,
core.projectRefs,
weaver.projectRefs,
munit.projectRefs
munit.projectRefs,
scalatest.projectRefs
).flatten

lazy val pluginSettings = Seq(
Expand Down

0 comments on commit c98a84d

Please sign in to comment.