Skip to content

Commit

Permalink
fix scalatest failure in unit3Target3 after using cancel()
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Oct 18, 2022
1 parent 4e420a5 commit b8cd292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ lazy val unit = projectMatrix
noPublishAndNoMima,
// Change working directory to match when `fork := false`.
Test / baseDirectory := (ThisBuild / baseDirectory).value,
// Prevent issues with scalatest serialization
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat,
javaOptions := Nil,
libraryDependencies ++= List(
jgit,
Expand Down

0 comments on commit b8cd292

Please sign in to comment.