Skip to content

Commit

Permalink
Fix publishing of test dependencies in compile project
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmay committed Jul 23, 2021
1 parent 71a6e3b commit d0a848b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def coreProject(srcPath: File, testPath: File, scalaCheckVersion: String): Proje
)
}

}.map(_ % Test)
}
}
}.map(_ % Test)
)
}

Expand Down

0 comments on commit d0a848b

Please sign in to comment.