diff --git a/coordinator/configs/filtered-projects.txt b/coordinator/configs/filtered-projects.txt index 96fa0103..bb0e0a38 100644 --- a/coordinator/configs/filtered-projects.txt +++ b/coordinator/configs/filtered-projects.txt @@ -219,6 +219,7 @@ quafadas:scautable:.* oyvindberg:bleep:.* oyvindberg:tui-scala:.* oyvindberg:typo:.* +oyvindberg:ryddig:.* nafg:dialogue-state:.* sbrunk:tokenizers-scala:.* vigoo:zio-http-rust:.* diff --git a/coordinator/configs/projects-config.conf b/coordinator/configs/projects-config.conf index c2fd7d2d..b12e1d9b 100644 --- a/coordinator/configs/projects-config.conf +++ b/coordinator/configs/projects-config.conf @@ -194,6 +194,13 @@ augustjune_canoe { """set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || "BroadcastSpec.scala" || "BotSpec.scala" }""" ] } +autodeployai_pmml4s { + source-patches = [{ + path = "src/test/scala/org/pmml4s/metadata/AttributeTest.scala" + pattern = """values=DataVal.from(Array(""" + replace-with = """values=DataVal.from(Array[Any](""" + }] +} avast_datadog4s.java.version=11 babylonhealth_lit-fhir{ @@ -297,6 +304,15 @@ cognitedata_cognite-sdk-scala { com-lihaoyi_fastparse{ projects.exclude = ["com.lihaoyi%pythonparse"] // Needs python } + +com-lihaoyi_mill-moduledefs{ + # Required to make cross modules to work correctly + source-patches = [{ + path = "build.sc" + pattern = """val scala3Versions = Seq\("3\..*"\)""" + replace-with = """val scala3Versions = Seq("")""" + }] +} com-lihaoyi_scalatags{ source-patches = [{ # Changed sematnics since 3.4 @@ -456,7 +472,7 @@ fmonniot_scala3mock { frawa_typed-json.projects.overrides { typed-json.tests = disabled // tries to read non-existing file } -frugalmechanic_fm-serializer { +tpunder_fm-serializer { sbt.commands = ["mapScalacOptions -experimental"] source-patches = [ { diff --git a/coordinator/configs/replaced-projects.txt b/coordinator/configs/replaced-projects.txt index 56542c5d..05f0942b 100644 --- a/coordinator/configs/replaced-projects.txt +++ b/coordinator/configs/replaced-projects.txt @@ -25,7 +25,7 @@ scala/nanotest-strawman scala/nanotest-strawman main sellmerfud/optparse sellmerfud/optparse master typelevel/simulacrum-scalafix typelevel/simulacrum-scalafix master zio/zio-redis zio/zio-redis master -frugalmechanic/fm-serializer frugalmechanic/fm-serializer master +tpunder/fm-serializer tpunder/fm-serializer master tomasmikula/libretto tomasmikula/libretto main playframework/anorm playframework/anorm main scala-interop/slinc scala-interop/slinc master \ No newline at end of file diff --git a/coordinator/configs/require/migration/3.4.2 b/coordinator/configs/require/migration/3.4.2 index 173efd7a..3f07ab24 100644 --- a/coordinator/configs/require/migration/3.4.2 +++ b/coordinator/configs/require/migration/3.4.2 @@ -47,7 +47,7 @@ firstbirdtech/akka-persistence-inmemory firstbirdtech/emergence flink-extended/flink-scala-api folone/poi.scala -frugalmechanic/fm-serializer +tpunder/fm-serializer gapt/gapt gchudnov/mindthegap geirolz/advxml