Skip to content

Commit bacdd20

Browse files
committed
Use ClassLoaderLayeringStrategy.Flat
1 parent ab232ad commit bacdd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lazy val artifactProducingProjectSettings = Seq(
1111
)
1212

1313
lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings(
14+
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat,
1415
libraryDependencies ++= Seq(
1516
jgit,
1617
"com.madgag" %% "scala-collection-plus" % "1.0.0",

0 commit comments

Comments
 (0)