Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Sep 23, 2024
1 parent 20fa752 commit 3d8231d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions coordinator/configs/filtered-projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ armanbilge:circe:.*
kailuowang:pencil:.*
# of tpolecat:skunk
massimosiani:skunk:.*
# of paulbutcher/ScalaMock
hughsimpson:scalamock:.*

## Private project or wrong coordinates
emartech:escher-akka-http:.*
Expand Down
6 changes: 4 additions & 2 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ garlandus_augment.java.version=17
gchudnov_mindthegap{
source-patches = [
{
path = "mtg/src/main/scala/com/github/gchudnov/mtg/Domain.scala"
pattern = "Ordering[T]()("
path = "mtg/src/main/scala/com/github/gchudnov/mtg/internal/domain/AnyDomain.scala"
pattern = "Ordering[T]()(using "
replace-with = "Ordering[T](using "
}
]
Expand All @@ -493,6 +493,8 @@ geirolz_advxml{
}
geirolz_secret.source-version=3.4 // implicts
geirolz_toolkit {
# Misconfigured project
sbt.commands = ["""set examples/scalacOptions -= "-language:strictEquality" """]
source-patches = [
{
path = "examples/src/main/scala/com/geirolz/example/app/AppMain.scala"
Expand Down
3 changes: 2 additions & 1 deletion coordinator/configs/require/migration/3.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ etspaceman/scalacheck-faker
fd4s/fs2-kafka
fgrutsch/emergence
findify/flink-scala-api
firstbirdtech/akka-persistence-inmemory
firstbirdtech/emergence
flink-extended/flink-scala-api
folone/poi.scala
Expand Down Expand Up @@ -132,4 +133,4 @@ zio/zio-http
zio/zio-jdbc
zio/zio-prelude
zio/zio-protoquill
zio/zio-schema
zio/zio-schema

0 comments on commit 3d8231d

Please sign in to comment.