Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 30, 2024
1 parent 2feff86 commit 556eeb1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
27 changes: 27 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,32 @@ getkyo_kyo {
"mapScalacOptions -Ykind-projector"
]
}
guntiso_querease {
java.version = 11
source-patches = [
{
path = "build.sbt"
pattern = """LocalProject("querease")"""
replace-with = "ThisBuild"
},{
path = "src/QuereaseMetadata.scala"
pattern = "protected lazy val resourceLoader: String => InputStream = getClass.getResourceAsStream _"
replace-with = "protected lazy val resourceLoader: String => InputStream = getClass.getResourceAsStream(_)"
},{
path = "src/QuereaseExpressions.scala"
pattern = "\\n\\s+with "
replace-with = " & "
},{
path = "src/QuereaseFilters.scala"
pattern = "\\n\\s+with "
replace-with = " & "
},{
path = "src/QuereaseMetadata.scala"
pattern = "\\n\\s+with "
replace-with = " & "
}
]
}
guntiso_mojoz.java.version = 11
guymers_ceesvee {
sbt.commands = [
Expand Down Expand Up @@ -1008,6 +1034,7 @@ monix_monix-connect {
replace-with = "contentLenght.getOrElse(-1L)"
}]
}
mrumkovskis_tresql.java.version = 11
mvv_sager {
sbt.commands = ["disableFatalWarnings"]
}
Expand Down
7 changes: 4 additions & 3 deletions coordinator/configs/require/migration/3.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ sake92/sharaf
sangria-graphql/sangria
sangria-graphql/sangria-marshalling-api
sbt/librarymanagement
sbt/zinc
scala-graph/scala-graph
scala/scala-collection-contrib
scalacenter/scala-debug-adapter
scalameta/metaconfig
Expand Down Expand Up @@ -144,4 +142,7 @@ zio/zio-http
zio/zio-jdbc
zio/zio-prelude
zio/zio-protoquill
zio/zio-schema
zio/zio-schema
http4s/http4s-armeria
mrumkovskis/wabase
guntiso/querease

0 comments on commit 556eeb1

Please sign in to comment.