Skip to content

Commit 58be7d9

Browse files
Fix config for scalalb, remove typo (#183)
1 parent bf079ee commit 58be7d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

coordinator/configs/projects-config.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jodersky_scala-argparse{
291291
]
292292
}
293293
jodersky_scalapb-ujson{
294-
tests = disable // starts failing process (proto gen?)
294+
tests = disabled // starts failing process (proto gen?)
295295
}
296296
joernio_joern{
297297
projects.overrides{
@@ -490,7 +490,7 @@ scalanlp_breeze {
490490
]
491491
}
492492
// Upstream is compiled with Java 11
493-
scalapb_scalapb{
493+
scalapb_scalapb {
494494
tests = compile-only // disabled due to usage of scalaOutputVersion, breaks due to changes in LazyVals
495495
java.version = 11
496496
sbt.commands=[

coordinator/configs/replaced-projects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ eed3si9n/verify eed3si9n/verify main
1313
sellmerfud/optparse sellmerfud/optparse master
1414

1515
# Unmaintained
16-
findify/flink-adt WojciechMazur/flink-ad fix/compilation-scala-3.3.x
16+
findify/flink-adt WojciechMazur/flink-adt fix/compilation-scala-3.3.x
1717
findify/flink-scala-api flink-extended/flink-scala-api master

0 commit comments

Comments
 (0)