Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Nov 9, 2024
1 parent 0a0bd7b commit a0c53aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions coordinator/configs/filtered-projects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,4 @@ ohze:sd-util:.*
## Requires bugfix in scalafix https://github.com/scalacenter/scalafix/issues/2112
coursier:sbt-coursier:.*
gemini-hlsw:lucuma-schemas:.*
jd557:minart:.*
8 changes: 7 additions & 1 deletion coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,10 @@ kubukoz_sup {
sbt.commands = ["excludeLibraryDependency org.polyvariant:better-tostring_{scalaVersion}"]
}
kubukoz_smithy-playground {
sbt.commands = ["excludeLibraryDependency org.polyvariant:better-tostring_{scalaVersion}"]
sbt.commands = [
"excludeLibraryDependency org.polyvariant:better-tostring_{scalaVersion}"
"mapScalacOptions -experimental"
]
}

laserdisc-io_fs2-aws{
Expand Down Expand Up @@ -1090,6 +1093,9 @@ pjfanning_scala3-reflection {
replace-with = "override def init(options: List[String]): List[PluginPhase]"
}]
}
plasmalaboratories_plasma-sdk-scala{
sbt.commands = ["excludeLibraryDependency com.olegpy:better-monadic-for_3"]
}
playframework_twirl.java.version = 17
playframework_cachecontrol.java.version = 17
playframework_playframework{
Expand Down

0 comments on commit a0c53aa

Please sign in to comment.