We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb6c95 commit a9e9be9Copy full SHA for a9e9be9
build.sbt
@@ -11,6 +11,7 @@ lazy val artifactProducingProjectSettings = Seq(
11
)
12
13
lazy val `scala-git` = project.settings(artifactProducingProjectSettings *).dependsOn(`scala-git-test` % Test).settings(
14
+ Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.ScalaLibrary,
15
libraryDependencies ++= Seq(
16
jgit,
17
"com.madgag" %% "scala-collection-plus" % "1.0.0",
0 commit comments