From 1a4af9e4cdf23a91b6e4ee99ee2679fe2963d3d3 Mon Sep 17 00:00:00 2001 From: Roberto Tyley <52038+rtyley@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:33:04 +0000 Subject: [PATCH] Try forking tests --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index aec64a1..8dcee21 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,7 @@ lazy val artifactProducingProjectSettings = Seq( ) lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings( + Test / fork := true, libraryDependencies ++= Seq( jgit, "com.madgag" %% "scala-collection-plus" % "1.0.0",