@@ -373,13 +373,14 @@ build += {
373
373
// other than just enumerating what we want:
374
374
extra.projects: [
375
375
"coreJVM", "freeJVM", "kernelJVM",
376
- "lawsJVM", "macrosJVM", "testkitJVM", "testsJVM", "alleycatsCoreJVM"
376
+ "lawsJVM", "macrosJVM", "testkitJVM", "testsJVM",
377
+ "kernelLawsJVM", "alleycatsCoreJVM"
377
378
]
378
379
extra.exclude: [
379
380
// failing as of Nov 14 2018, not investigated.
380
381
// for now we're mainly interested in letting downstream projects build,
381
382
// less interested in making every test pass, but perhaps we can come back to this before RC1
382
- "kernelLawsJVM", " alleycatsTestsJVM"
383
+ "alleycatsTestsJVM"
383
384
// out of scope
384
385
"bench", "docs"
385
386
]
@@ -394,6 +395,8 @@ build += {
394
395
"set sources in doc in Compile in alleycatsCoreJVM := List()"
395
396
// 2.13: sigh, https://github.com/typelevel/cats/issues/2360
396
397
"set excludeFilter in (Test, unmanagedSources) in testsJVM := HiddenFileFilter || \"OpSuite.scala\""
398
+ // 2.13: some hashing thing, the cats team will presumably hit & fix it
399
+ "set excludeFilter in (Test, unmanagedSources) in kernelLaws.jvm := HiddenFileFilter || \"LawTests.scala\""
397
400
]
398
401
}
399
402
0 commit comments