Skip to content

Commit a30fea0

Browse files
committed
cats: increase JVM heap size from 5G to 7G, re-enable Scala.js tests
1 parent a324399 commit a30fea0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
url = https://github.com/typelevel/simulacrum-scalafix.git
135135
[submodule "community-build/community-projects/cats"]
136136
path = community-build/community-projects/cats
137-
url = https://github.com/typelevel/cats.git
137+
url = https://github.com/griggt/cats.git
138138
[submodule "community-build/community-projects/cats-mtl"]
139139
path = community-build/community-projects/cats-mtl
140140
url = https://github.com/typelevel/cats-mtl.git
Submodule cats updated 1 file

community-build/src/scala/dotty/communitybuild/projects.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ object projects:
517517

518518
lazy val cats = SbtCommunityProject(
519519
project = "cats",
520-
sbtTestCommand = "catsJVM/test",
520+
sbtTestCommand = "catsJVM/test;catsJS/test",
521521
sbtPublishCommand = "catsJVM/publishLocal;catsJS/publishLocal",
522522
dependencies = List(discipline, disciplineMunit, scalacheck, simulacrumScalafixAnnotations)
523523
)

0 commit comments

Comments
 (0)