Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Apr 30, 2024
1 parent 30c5efa commit dfa6314
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -237,6 +237,7 @@ caspercommunityio:casper-scala-sdk:.*
jcouyang:meow:.*
kamon-io:kamon-http4s:.*
narma:zio-docker:.*
ciaraobrien:dottytags:.*

# Moved to new repository
## tinkoff -> leviysoft
Expand Down
10 changes: 9 additions & 1 deletion coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,12 @@ kamon-io_kamon{
java.version = 8
tests = compile-only
}
karelcemus_play-redis {
sbt.commands = [
"excludeLibraryDependency org.wartremover:wartremover_{scalaVersion}",
"removeScalacOptionsStartingWith -P:wartremover"
]
}
katrix_minejson.tests = disabled // Does not compile, build issue
kierendavies_skunk-migrate.tests = compile-only
kitlangton_neotype.java.version = 17
Expand Down Expand Up @@ -1110,7 +1116,9 @@ zio_interop-cats.source-patches = [
zio_zio-config {
projects.overrides = {
// Problem with ZIO deps
zio-config-magnolia.tests = disabled
zio-config-magnolia.tests = disabled
// No Refined macros for Scala 3
zio-config-refined.tests = disabled
}
}
zio_zio-connect.tests = compile-only
Expand Down

0 comments on commit dfa6314

Please sign in to comment.