Skip to content

Commit a9e9be9

Browse files
committed
Use ClassLoaderLayeringStrategy.ScalaLibrary
1 parent bdb6c95 commit a9e9be9

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.ScalaLibrary,
1415
libraryDependencies ++= Seq(
1516
jgit,
1617
"com.madgag" %% "scala-collection-plus" % "1.0.0",

0 commit comments

Comments
 (0)