File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,8 @@ build += {
381
381
"set sources in doc in Compile in alleycatsCore.jvm := List()"
382
382
// 2.13: sigh, https://github.com/typelevel/cats/issues/2360
383
383
// 2.13: SortedMapSuite/SortedSetSuite: some hashing thing, the cats team will presumably hit & fix it
384
- "set excludeFilter in (Test, unmanagedSources) in tests.jvm := HiddenFileFilter || \"OpSuite.scala\" || \"SortedSetSuite.scala\" || \"SortedMapSuite.scala\""
384
+ // 2.13: ChainSuite: cause unclear, the cats team will presumably hit & fix it
385
+ "set excludeFilter in (Test, unmanagedSources) in tests.jvm := HiddenFileFilter || \"OpSuite.scala\" || \"SortedSetSuite.scala\" || \"SortedMapSuite.scala\" || \"ChainSuite.scala\""
385
386
// 2.13: some hashing thing, the cats team will presumably hit & fix it
386
387
"set excludeFilter in (Test, unmanagedSources) in kernelLaws.jvm := HiddenFileFilter || \"LawTests.scala\""
387
388
]
You can’t perform that action at this time.
0 commit comments