Skip to content

Commit 2039329

Browse files
committed
Update configs
1 parent 1d581bb commit 2039329

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

coordinator/configs/filtered-projects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ ciaraobrien:dottytags:.*
302302
tomasmikula:nutcracker:.*
303303
valdemargr:gql:.*
304304
zio-archive:zio-openai:.*
305-
305+
zio-archive:caliban-deriving:.*
306306

307307
# Moved to new repository
308308
## tinkoff -> leviysoft

coordinator/configs/projects-config.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ rayrobdod_string-context-parser-combinator {
13041304
replace-with = "\"versions.json\""
13051305
}]
13061306
}
1307-
rcardin_yaes.java.vesion = 21
1307+
rcardin_yaes.java.version = 21
13081308
reactivemongo_reactivemongo {
13091309
projects.exclude = ["org.reactivemongo%reactivemongo-alias"] // missing
13101310
projects.overrides = {
@@ -1608,6 +1608,8 @@ timbertson_flogger {
16081608
}]
16091609
}
16101610
tofu-tf_tofu{
1611+
# Misconfigured
1612+
projects.exclude = [tofu-memo, tofu, tofu-derivation, tofu-env, tofu-concurrent-ce2]
16111613
sbt.commands = [
16121614
# Does not compile
16131615
"""set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || "CalcSuite.scala" }"""
@@ -1936,6 +1938,10 @@ zio_zio-http{
19361938
path = "zio-http/jvm/src/test/scala/zio/http/endpoint/RequestSpec.scala"
19371939
pattern = ") _\n"
19381940
replace-with = ")\n"
1941+
},{
1942+
path = "zio-http/jvm/src/test/scala/zio/http/endpoint/HeaderSpec.scala"
1943+
pattern = ") _\n"
1944+
replace-with = ")\n"
19391945
},{
19401946
path = "zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala"
19411947
pattern = "contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription) _,"

coordinator/configs/require/migration/3.4.2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ http4s/http4s-armeria
147147
mrumkovskis/wabase
148148
mrumkovskis/tresql
149149
guntiso/querease
150-
scala-steward-org/scala-steward
150+
scala-steward-org/scala-steward
151+
alstanchev/pekko-persistence-inmemory

0 commit comments

Comments
 (0)