From ccbbbef0d62a74df254cbfb2210a6bd493ef8c1f Mon Sep 17 00:00:00 2001 From: Roberto Tyley <52038+rtyley@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:01:26 +0000 Subject: [PATCH] Use ClassLoaderLayeringStrategy.Flat --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index aec64a1..1aa6c9c 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 / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat, libraryDependencies ++= Seq( jgit, "com.madgag" %% "scala-collection-plus" % "1.0.0",