Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Sep 6, 2024
1 parent eacb1dc commit 15003c7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,14 @@ augustjune_canoe {
}
avast_datadog4s.java.version=11

babylonhealth_lit-fhir.tests = disabled // does not compile
babylonhealth_lit-fhir{
tests = disabled // does not compile
source-patches = [{
path = "generator/src/main/scala/com/babylonhealth/lit/languages/ScalaCodegen.scala"
pattern = " _).tupled"
replace-with = ").tupled"
}]
}
benhutchison_scalaswingcontrib.tests = disabled // Does not compile with any Scala version
beangle_db.java.version=17
beangle_ids.java.version=17
Expand Down Expand Up @@ -882,7 +889,13 @@ mateuszkubuszok_pipez{
}
marchliu_jaskell-dotty.sbt.commands = ["""set Compile/sources ~= (_.filter(_.getName != "NewLine.scala")) """] // Duplicates with Newline.scala
mercurievv_minuscles.projects.exclude=["io.github.mercurievv.minuscles%conversions"] // missing
metarank_ltrlib.tests = disabled // does not compile
metarank_ltrlib {
source-patches = [{
path = "src/test/scala/io/github/metarank/ltrlib/ranking/pointwise/LogRegRankerTest.scala"
pattern = "RandomRanker().fit()"
replace-with = "RandomRanker().fit(())"
}]
}
mccarthy_fetch{
# https://github.com/scala/scala3/issues/15843
sbt.commands = ["set awsTextract/Compile/doc/sources := Nil"]
Expand Down

0 comments on commit 15003c7

Please sign in to comment.