File tree 5 files changed +23
-0
lines changed
5 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 100
100
[submodule "community-build/community-projects/scas "]
101
101
path = community-build/community-projects/scas
102
102
url = https://github.com/dotty-staging/scas.git
103
+ [submodule "community-build/community-projects/cats-effect-2 "]
104
+ path = community-build/community-projects/cats-effect-2
105
+ url = https://github.com/dotty-staging/cats-effect.git
106
+ branch = series/2.x
107
+ [submodule "community-build/community-projects/cats-effect-3 "]
108
+ path = community-build/community-projects/cats-effect-3
109
+ url = https://github.com/dotty-staging/cats-effect.git
110
+ branch = series/3.x
Original file line number Diff line number Diff line change @@ -300,6 +300,16 @@ object projects:
300
300
sbtTestCommand = " ;json-schemaJVM/compile;algebraJVM/compile;openapiJVM/compile;http4s-server/compile;http4s-client/compile;play-server/compile;play-client/compile;akka-http-server/compile;akka-http-client/compile"
301
301
)
302
302
303
+ lazy val catsEffect2 = SbtCommunityProject (
304
+ project = " cats-effect-2" ,
305
+ sbtTestCommand = " test"
306
+ )
307
+
308
+ lazy val catsEffect3 = SbtCommunityProject (
309
+ project = " cats-effect-3" ,
310
+ sbtTestCommand = " testIfRelevant"
311
+ )
312
+
303
313
end projects
304
314
305
315
@ Category (Array (classOf [TestCategory ]))
@@ -363,6 +373,8 @@ class CommunityBuildTest:
363
373
364
374
@ Test def algebra = projects.algebra.run()
365
375
@ Test def betterfiles = projects.betterfiles.run()
376
+ @ Test def catsEffect2 = projects.catsEffect2.run()
377
+ @ Test def catsEffect3 = projects.catsEffect3.run()
366
378
@ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
367
379
@ Test def effpi = projects.effpi.run()
368
380
@ Test def endpoints4s = projects.endpoints4s.run()
Original file line number Diff line number Diff line change @@ -1265,6 +1265,7 @@ object Build {
1265
1265
(publishLocal in `dotty-compiler-bootstrapped`).value
1266
1266
(publishLocal in `sbt-dotty`).value
1267
1267
(publishLocal in `dotty-bootstrapped`).value
1268
+ (publishLocal in `dotty-library-bootstrappedJS`).value
1268
1269
// (publishLocal in `dotty-staging`).value
1269
1270
val pluginText =
1270
1271
s """ updateOptions in Global ~= (_.withLatestSnapshots(false))
You can’t perform that action at this time.
0 commit comments