diff --git a/.github/workflows/buildConfig.json b/.github/workflows/buildConfig.json index fd593e03..8b13d6c6 100644 --- a/.github/workflows/buildConfig.json +++ b/.github/workflows/buildConfig.json @@ -37,44 +37,6 @@ ] } }, - "2m/yabai-scala":{ - "project":"2m/yabai-scala", - "repoUrl":"https://github.com/2m/yabai-scala.git", - "revision":"v2.0.1", - "version":"2.0.1", - "targets":"lt.dvim.yabai%yabai-scala", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"17" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, "47degrees/github4s":{ "project":"47degrees/github4s", "repoUrl":"https://github.com/47degrees/github4s.git", @@ -441,7 +403,8 @@ "sbt":{ "commands":[ "set every targetSystemJdk := true", - "disableFatalWarnings" + "set actor/Compile/scalacOptions -= \"-Xfatal-warnings\"", + "set testkit/Compile/scalacOptions -= \"-Xfatal-warnings\"" ], "options":[ @@ -932,87 +895,11 @@ "version":"0.1.0", "targets":"com.alhuelamo%dbjobs" }, - "almond-sh/almond":{ - "project":"almond-sh/almond", - "repoUrl":"https://github.com/almond-sh/almond.git", - "revision":"v0.14.0-RC12", - "version":"0.14.0-RC12", - "targets":"sh.almond%shared-directives sh.almond%logger sh.almond%coursier-logger sh.almond%toree-hooks sh.almond%launcher", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"17" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, - "alterationx10/opinionated-zio":{ - "project":"alterationx10/opinionated-zio", - "repoUrl":"https://github.com/alterationx10/opinionated-zio.git", - "revision":"v0.0.3", - "version":"0.0.3", - "targets":"com.alterationx10%opinionated-zio com.alterationx10%opinionated-zio-test", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"17" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, "altoo-ag/akka-kryo-serialization":{ "project":"altoo-ag/akka-kryo-serialization", "repoUrl":"https://github.com/altoo-ag/akka-kryo-serialization.git", - "revision":"v2.5.1", - "version":"2.5.1", + "revision":"v2.5.0", + "version":"2.5.0", "targets":"io.altoo%akka-kryo-serialization io.altoo%akka-kryo-serialization-typed", "config":{ "projects":{ @@ -1049,8 +936,8 @@ "altoo-ag/scala-kryo-serialization":{ "project":"altoo-ag/scala-kryo-serialization", "repoUrl":"https://github.com/altoo-ag/scala-kryo-serialization.git", - "revision":"v1.0.0", - "version":"1.0.0", + "revision":"v1.0.0-RC1", + "version":"1.0.0-RC1", "targets":"io.altoo%scala-kryo-serialization", "config":{ "projects":{ @@ -1195,8 +1082,8 @@ "ant8e/uuid4cats-effect":{ "project":"ant8e/uuid4cats-effect", "repoUrl":"https://github.com/ant8e/uuid4cats-effect.git", - "revision":"v0.3.0", - "version":"0.3.0", + "revision":"v0.2.1", + "version":"0.2.1", "targets":"tech.ant8e%uuid4cats-effect", "config":{ "projects":{ @@ -1230,96 +1117,12 @@ ] } }, - "apache/incubator-pekko":{ - "project":"apache/incubator-pekko", - "repoUrl":"https://github.com/apache/incubator-pekko.git", - "revision":"v1.0.0", - "version":"1.0.0", - "targets":"org.apache.pekko%pekko-stream-typed org.apache.pekko%pekko-persistence org.apache.pekko%pekko-slf4j org.apache.pekko%pekko-actor org.apache.pekko%pekko-cluster-sharding-typed org.apache.pekko%pekko-persistence-query org.apache.pekko%pekko-cluster-tools org.apache.pekko%pekko-actor-typed org.apache.pekko%pekko-actor-testkit-typed org.apache.pekko%pekko-stream-testkit org.apache.pekko%pekko-persistence-testkit org.apache.pekko%pekko-bom org.apache.pekko%pekko-protobuf-v3 org.apache.pekko%pekko-persistence-typed org.apache.pekko%pekko-serialization-jackson org.apache.pekko%pekko-remote org.apache.pekko%pekko-persistence-tck org.apache.pekko%pekko-testkit org.apache.pekko%pekko-discovery org.apache.pekko%pekko-cluster-metrics org.apache.pekko%pekko-stream org.apache.pekko%pekko-osgi org.apache.pekko%pekko-coordination org.apache.pekko%pekko-distributed-data org.apache.pekko%pekko-cluster-sharding org.apache.pekko%pekko-multi-node-testkit org.apache.pekko%pekko-protobuf org.apache.pekko%pekko-cluster-typed org.apache.pekko%pekko-pki org.apache.pekko%pekko-cluster", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"8" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"compile-only", - "memoryRequestMb":3072, - "sourcePatches":[ - { - "path":"project/Dependencies.scala", - "pattern":"val scala3Version = \"3.3.0\"", - "replaceWith":"val scala3Version = \"\"" - } - ] - } - }, - "apache/incubator-pekko-connectors-kafka":{ - "project":"apache/incubator-pekko-connectors-kafka", - "repoUrl":"https://github.com/apache/incubator-pekko-connectors-kafka.git", - "revision":"", - "version":"HEAD", - "targets":"*%*", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"11" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"compile-only", - "memoryRequestMb":4096, - "sourcePatches":[ - { - "path":"project/Versions.scala", - "pattern":"val Scala3 = \"3.3.0\"", - "replaceWith":"val Scala3 = \"\"" - } - ] - } - }, - "apache/incubator-pekko-grpc":{ - "project":"apache/incubator-pekko-grpc", - "repoUrl":"https://github.com/apache/incubator-pekko-grpc.git", - "revision":"", - "version":"HEAD", - "targets":"*%*", + "antognini/type-safe-equality":{ + "project":"antognini/type-safe-equality", + "repoUrl":"https://github.com/antognini/type-safe-equality.git", + "revision":"0.5.0", + "version":"0.5.0", + "targets":"ch.produs%type-safe-equality", "config":{ "projects":{ "exclude":[ @@ -1348,36 +1151,27 @@ "tests":"full", "memoryRequestMb":2048, "sourcePatches":[ - { - "path":"project/Dependencies.scala", - "pattern":"val scala3 = \"3.3.0\"", - "replaceWith":"val scala3 = \"\"" - } + ] } }, - "apache/incubator-pekko-http":{ - "project":"apache/incubator-pekko-http", - "repoUrl":"https://github.com/apache/incubator-pekko-http.git", - "revision":"", - "version":"HEAD", - "targets":"*%*", + "apache/incubator-pekko":{ + "project":"apache/incubator-pekko", + "repoUrl":"https://github.com/apache/incubator-pekko.git", + "revision":"v1.0.0", + "version":"1.0.0", + "targets":"org.apache.pekko%pekko-stream-typed org.apache.pekko%pekko-persistence org.apache.pekko%pekko-slf4j org.apache.pekko%pekko-actor org.apache.pekko%pekko-cluster-sharding-typed org.apache.pekko%pekko-persistence-query org.apache.pekko%pekko-cluster-tools org.apache.pekko%pekko-actor-typed org.apache.pekko%pekko-actor-testkit-typed org.apache.pekko%pekko-stream-testkit org.apache.pekko%pekko-persistence-testkit org.apache.pekko%pekko-bom org.apache.pekko%pekko-protobuf-v3 org.apache.pekko%pekko-persistence-typed org.apache.pekko%pekko-serialization-jackson org.apache.pekko%pekko-remote org.apache.pekko%pekko-persistence-tck org.apache.pekko%pekko-testkit org.apache.pekko%pekko-discovery org.apache.pekko%pekko-cluster-metrics org.apache.pekko%pekko-stream org.apache.pekko%pekko-osgi org.apache.pekko%pekko-coordination org.apache.pekko%pekko-distributed-data org.apache.pekko%pekko-cluster-sharding org.apache.pekko%pekko-multi-node-testkit org.apache.pekko%pekko-protobuf org.apache.pekko%pekko-cluster-typed org.apache.pekko%pekko-pki org.apache.pekko%pekko-cluster", "config":{ "projects":{ "exclude":[ - "pekko-http-scalafix-rules", - "pekko-http-scalafix-tests", - "http-scalafix-test-input", - "http-scalafix-test-output", - "pekko-http-tests", - "pekko-http-docs" + ], "overrides":{ } }, "java":{ - "version":"17" + "version":"8" }, "sbt":{ "commands":[ @@ -1392,8 +1186,8 @@ ] }, - "tests":"full", - "memoryRequestMb":4096, + "tests":"compile-only", + "memoryRequestMb":3072, "sourcePatches":[ { "path":"project/Dependencies.scala", @@ -1403,9 +1197,9 @@ ] } }, - "apache/incubator-pekko-management":{ - "project":"apache/incubator-pekko-management", - "repoUrl":"https://github.com/apache/incubator-pekko-management.git", + "apache/incubator-pekko-connectors-kafka":{ + "project":"apache/incubator-pekko-connectors-kafka", + "repoUrl":"https://github.com/apache/incubator-pekko-connectors-kafka.git", "revision":"", "version":"HEAD", "targets":"*%*", @@ -1434,20 +1228,151 @@ ] }, - "tests":"full", - "memoryRequestMb":2048, + "tests":"compile-only", + "memoryRequestMb":4096, "sourcePatches":[ { - "path":"project/Dependencies.scala", - "pattern":"val scala3Version = \"3.3.0\"", - "replaceWith":"val scala3Version = \"\"" + "path":"project/Versions.scala", + "pattern":"val Scala3 = \"3.3.0\"", + "replaceWith":"val Scala3 = \"\"" } ] } }, - "apache/incubator-pekko-persistence-dynamodb":{ - "project":"apache/incubator-pekko-persistence-dynamodb", - "repoUrl":"https://github.com/apache/incubator-pekko-persistence-dynamodb.git", + "apache/incubator-pekko-grpc":{ + "project":"apache/incubator-pekko-grpc", + "repoUrl":"https://github.com/apache/incubator-pekko-grpc.git", + "revision":"", + "version":"HEAD", + "targets":"*%*", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"11" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + { + "path":"project/Dependencies.scala", + "pattern":"val scala3 = \"3.3.0\"", + "replaceWith":"val scala3 = \"\"" + } + ] + } + }, + "apache/incubator-pekko-http":{ + "project":"apache/incubator-pekko-http", + "repoUrl":"https://github.com/apache/incubator-pekko-http.git", + "revision":"", + "version":"HEAD", + "targets":"*%*", + "config":{ + "projects":{ + "exclude":[ + "pekko-http-scalafix-rules", + "pekko-http-scalafix-tests", + "http-scalafix-test-input", + "http-scalafix-test-output", + "pekko-http-tests", + "pekko-http-docs" + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":4096, + "sourcePatches":[ + { + "path":"project/Dependencies.scala", + "pattern":"val scala3Version = \"3.3.0\"", + "replaceWith":"val scala3Version = \"\"" + } + ] + } + }, + "apache/incubator-pekko-management":{ + "project":"apache/incubator-pekko-management", + "repoUrl":"https://github.com/apache/incubator-pekko-management.git", + "revision":"", + "version":"HEAD", + "targets":"*%*", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"11" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + { + "path":"project/Dependencies.scala", + "pattern":"val scala3Version = \"3.3.0\"", + "replaceWith":"val scala3Version = \"\"" + } + ] + } + }, + "apache/incubator-pekko-persistence-dynamodb":{ + "project":"apache/incubator-pekko-persistence-dynamodb", + "repoUrl":"https://github.com/apache/incubator-pekko-persistence-dynamodb.git", "revision":"", "version":"HEAD", "targets":"*%*", @@ -1486,8 +1411,8 @@ "apimorphism/telegramium":{ "project":"apimorphism/telegramium", "repoUrl":"https://github.com/apimorphism/telegramium.git", - "revision":"8.67.2", - "version":"8.67.2", + "revision":"8.67.1", + "version":"8.67.1", "targets":"io.github.apimorphism%telegramium-core io.github.apimorphism%telegramium-high", "config":{ "projects":{ @@ -1528,8 +1453,8 @@ "arainko/ducktape":{ "project":"arainko/ducktape", "repoUrl":"https://github.com/arainko/ducktape.git", - "revision":"v0.1.10", - "version":"0.1.10", + "revision":"v0.1.9", + "version":"0.1.9", "targets":"io.github.arainko%ducktape", "config":{ "projects":{ @@ -2058,48 +1983,6 @@ ] } }, - "arturopala/gitignore":{ - "project":"arturopala/gitignore", - "repoUrl":"https://github.com/arturopala/gitignore.git", - "revision":"v0.6.0", - "version":"0.6.0", - "targets":"com.github.arturopala%gitignore", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val scala3 = \"3.3.0\"", - "replaceWith":"val scala3 = \"\"" - } - ] - } - }, "arturopala/validator":{ "project":"arturopala/validator", "repoUrl":"https://github.com/arturopala/validator.git", @@ -2675,6 +2558,48 @@ ] } }, + "banno/cosmos4s":{ + "project":"banno/cosmos4s", + "repoUrl":"https://github.com/banno/cosmos4s.git", + "revision":"v1.0.0-RC5", + "version":"1.0.0-RC5", + "targets":"com.banno%cosmos4s", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"8" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + { + "path":"build.sbt", + "pattern":"val scala3 = \"3.1.3\"", + "replaceWith":"val scala3 = \"\"" + } + ] + } + }, "banno/vault4s":{ "project":"banno/vault4s", "repoUrl":"https://github.com/banno/vault4s.git", @@ -2929,9 +2854,9 @@ "bitlap/rolls":{ "project":"bitlap/rolls", "repoUrl":"https://github.com/bitlap/rolls.git", - "revision":"v0.3.1", - "version":"0.3.1", - "targets":"org.bitlap%rolls-compiler-plugin org.bitlap%rolls-core org.bitlap%rolls-csv org.bitlap%rolls-zio", + "revision":"v0.2.10", + "version":"0.2.10", + "targets":"org.bitlap%rolls-compiler-plugin org.bitlap%rolls-core org.bitlap%rolls-csv", "config":{ "projects":{ "exclude":[ @@ -2962,7 +2887,7 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val scala3Version = \"3.3.0\"", + "pattern":"val scala3Version = \"3.2.2\"", "replaceWith":"val scala3Version = \"\"" } ] @@ -2971,8 +2896,8 @@ "bitlap/scalikejdbc-helper":{ "project":"bitlap/scalikejdbc-helper", "repoUrl":"https://github.com/bitlap/scalikejdbc-helper.git", - "revision":"v0.3.0", - "version":"0.3.0", + "revision":"v0.2.9", + "version":"0.2.9", "targets":"org.bitlap%scalikejdbc-helper-core org.bitlap%scalikejdbc-helper-postgres", "config":{ "projects":{ @@ -3004,7 +2929,7 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val scala3Version = \"3.3.0\"", + "pattern":"val scala3Version = \"3.2.2\"", "replaceWith":"val scala3Version = \"\"" } ] @@ -3308,8 +3233,8 @@ "carlosedp/zio-channel":{ "project":"carlosedp/zio-channel", "repoUrl":"https://github.com/carlosedp/zio-channel.git", - "revision":"0.5.4", - "version":"0.5.4", + "revision":"0.3.0", + "version":"0.3.0", "targets":"com.carlosedp%zio-channel", "config":{ "projects":{ @@ -3339,11 +3264,7 @@ "tests":"full", "memoryRequestMb":2048, "sourcePatches":[ - { - "path":"build.sc", - "pattern":"val scala3 = \"3.3.0\"", - "replaceWith":"val scala3 = \"\"" - } + ] } }, @@ -3385,6 +3306,44 @@ ] } }, + "casehubdk/hxl":{ + "project":"casehubdk/hxl", + "repoUrl":"https://github.com/casehubdk/hxl.git", + "revision":"v0.2.0", + "version":"0.2.0", + "targets":"io.github.casehubdk%hxl io.github.casehubdk%hxl-natchez", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"8" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "cb372/cats-retry":{ "project":"cb372/cats-retry", "repoUrl":"https://github.com/cb372/cats-retry.git", @@ -4226,8 +4185,8 @@ "com-lihaoyi/fastparse":{ "project":"com-lihaoyi/fastparse", "repoUrl":"https://github.com/com-lihaoyi/fastparse.git", - "revision":"3.0.2", - "version":"3.0.2", + "revision":"3.0.1", + "version":"3.0.1", "targets":"com.lihaoyi%fastparse com.lihaoyi%cssparse com.lihaoyi%pythonparse com.lihaoyi%scalaparse", "config":{ "projects":{ @@ -4661,9 +4620,7 @@ ], "overrides":{ - "zio-k8s-client-quicklens":{ - "tests":"disabled" - } + } }, "java":{ @@ -5749,6 +5706,82 @@ ] } }, + "davenverse/epimetheus-redis4cats":{ + "project":"davenverse/epimetheus-redis4cats", + "repoUrl":"https://github.com/davenverse/epimetheus-redis4cats.git", + "revision":"v0.2.0-M2", + "version":"0.2.0-M2", + "targets":"io.chrisdavenport%epimetheus-redis4cats", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"11" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, + "davenverse/fiberlocal":{ + "project":"davenverse/fiberlocal", + "repoUrl":"https://github.com/davenverse/fiberlocal.git", + "revision":"v0.1.2", + "version":"0.1.2", + "targets":"io.chrisdavenport%fiberlocal", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"8" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "davenverse/fuuid":{ "project":"davenverse/fuuid", "repoUrl":"https://github.com/davenverse/fuuid.git", @@ -6365,6 +6398,13 @@ ] } }, + "davidledwards/scalop":{ + "project":"davidledwards/scalop", + "repoUrl":"https://github.com/davidledwards/scalop.git", + "revision":"release-2.3.1", + "version":"2.3.1", + "targets":"com.loopfor.scalop%scalop" + }, "delimobil/cabbit":{ "project":"delimobil/cabbit", "repoUrl":"https://github.com/delimobil/cabbit.git", @@ -6562,8 +6602,8 @@ "disneystreaming/smithy4s":{ "project":"disneystreaming/smithy4s", "repoUrl":"https://github.com/disneystreaming/smithy4s.git", - "revision":"v0.17.11", - "version":"0.17.11", + "revision":"v0.17.10", + "version":"0.17.10", "targets":"com.disneystreaming.smithy4s%smithy4s-json com.disneystreaming.smithy4s%smithy4s-dynamic com.disneystreaming.smithy4s%smithy4s-tests com.disneystreaming.smithy4s%smithy4s-core com.disneystreaming.smithy4s%smithy4s-compliance-tests com.disneystreaming.smithy4s%smithy4s-http4s-swagger com.disneystreaming.smithy4s%smithy4s-decline com.disneystreaming.smithy4s%smithy4s-aws-http4s com.disneystreaming.smithy4s%smithy4s-http4s com.disneystreaming.smithy4s%smithy4s-aws-kernel com.disneystreaming.smithy4s%smithy4s-aws", "config":{ "projects":{ @@ -6692,7 +6732,7 @@ "project":"donderom/llm4s", "repoUrl":"https://github.com/donderom/llm4s.git", "revision":"", - "version":"0.3.0", + "version":"0.2.0", "targets":"com.donderom%llm4s", "config":{ "projects":{ @@ -7614,8 +7654,8 @@ "embeddedkafka/embedded-kafka-schema-registry":{ "project":"embeddedkafka/embedded-kafka-schema-registry", "repoUrl":"https://github.com/embeddedkafka/embedded-kafka-schema-registry.git", - "revision":"v7.4.1", - "version":"7.4.1", + "revision":"v7.4.0", + "version":"7.4.0", "targets":"io.github.embeddedkafka%embedded-kafka-schema-registry io.github.embeddedkafka%embedded-kafka-schema-registry-streams", "config":{ "projects":{ @@ -7647,7 +7687,7 @@ "sourcePatches":[ { "path":"project/Dependencies.scala", - "pattern":"val Scala3 = \"3.3.0\"", + "pattern":"val Scala3 = \"3.2.2\"", "replaceWith":"val Scala3 = \"\"" } ] @@ -7812,50 +7852,6 @@ ] } }, - "epfl-lara/lisa":{ - "project":"epfl-lara/lisa", - "repoUrl":"https://github.com/WojciechMazur/lisa.git", - "revision":"main", - "version":"HEAD", - "targets":"*%*", - "config":{ - "projects":{ - "exclude":[ - "scallion", - "scallion-examples", - "scallion-benchmarks" - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val scala3 = \"3.2.2\"", - "replaceWith":"val scala3 = \"\"" - } - ] - } - }, "erikerlandson/coulomb":{ "project":"erikerlandson/coulomb", "repoUrl":"https://github.com/erikerlandson/coulomb.git", @@ -7979,9 +7975,9 @@ "etspaceman/kinesis4cats":{ "project":"etspaceman/kinesis4cats", "repoUrl":"https://github.com/etspaceman/kinesis4cats.git", - "revision":"v0.0.23", - "version":"0.0.23", - "targets":"io.github.etspaceman%kinesis4cats-compat io.github.etspaceman%kinesis4cats-smithy4s-client-logging-circe io.github.etspaceman%kinesis4cats-smithy4s-client-localstack io.github.etspaceman%kinesis4cats-shared-circe io.github.etspaceman%kinesis4cats-kinesis-client io.github.etspaceman%kinesis4cats-feral io.github.etspaceman%kinesis4cats-kcl io.github.etspaceman%kinesis4cats-kpl io.github.etspaceman%kinesis4cats-aws-v2-localstack io.github.etspaceman%kinesis4cats-shared-localstack io.github.etspaceman%kinesis4cats-shared-ciris io.github.etspaceman%kinesis4cats-kcl-logging-circe io.github.etspaceman%kinesis4cats-kcl-ciris io.github.etspaceman%kinesis4cats-kcl-http4s io.github.etspaceman%kinesis4cats-kcl-localstack io.github.etspaceman%kinesis4cats-kinesis-client-logging-circe io.github.etspaceman%kinesis4cats-kpl-logging-circe io.github.etspaceman%kinesis4cats-smithy4s-client io.github.etspaceman%kinesis4cats-kpl-localstack io.github.etspaceman%kinesis4cats-aws-v1-localstack io.github.etspaceman%kinesis4cats-kinesis-client-localstack io.github.etspaceman%kinesis4cats-shared io.github.etspaceman%kinesis4cats-kpl-ciris", + "revision":"v0.0.22", + "version":"0.0.22", + "targets":"io.github.etspaceman%kinesis4cats-compat io.github.etspaceman%kinesis4cats-smithy4s-client-logging-circe io.github.etspaceman%kinesis4cats-smithy4s-client-localstack io.github.etspaceman%kinesis4cats-shared-circe io.github.etspaceman%kinesis4cats-kinesis-client io.github.etspaceman%kinesis4cats-kcl io.github.etspaceman%kinesis4cats-kpl io.github.etspaceman%kinesis4cats-aws-v2-localstack io.github.etspaceman%kinesis4cats-shared-localstack io.github.etspaceman%kinesis4cats-shared-ciris io.github.etspaceman%kinesis4cats-kcl-logging-circe io.github.etspaceman%kinesis4cats-kcl-ciris io.github.etspaceman%kinesis4cats-kcl-http4s io.github.etspaceman%kinesis4cats-kcl-localstack io.github.etspaceman%kinesis4cats-kinesis-client-logging-circe io.github.etspaceman%kinesis4cats-kpl-logging-circe io.github.etspaceman%kinesis4cats-smithy4s-client io.github.etspaceman%kinesis4cats-kpl-localstack io.github.etspaceman%kinesis4cats-aws-v1-localstack io.github.etspaceman%kinesis4cats-kinesis-client-localstack io.github.etspaceman%kinesis4cats-shared io.github.etspaceman%kinesis4cats-kpl-ciris", "config":{ "projects":{ "exclude":[ @@ -8406,48 +8402,6 @@ ] } }, - "fehu/opentracing-scala":{ - "project":"fehu/opentracing-scala", - "repoUrl":"https://github.com/fehu/opentracing-scala.git", - "revision":"0.7.0", - "version":"0.7.0", - "targets":"io.github.fehu%opentracing-scala-akka io.github.fehu%opentracing-scala-jaeger io.github.fehu%opentracing-scala-core io.github.fehu%opentracing-scala-fs2 io.github.fehu%opentracing-scala-noop", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"11" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val scala3 = \"3.1.3\"", - "replaceWith":"val scala3 = \"\"" - } - ] - } - }, "fgrutsch/akka-persistence-mapdb":{ "project":"fgrutsch/akka-persistence-mapdb", "repoUrl":"https://github.com/fgrutsch/akka-persistence-mapdb.git", @@ -9250,88 +9204,12 @@ ] } }, - "gchudnov/swearwolf":{ - "project":"gchudnov/swearwolf", - "repoUrl":"https://github.com/gchudnov/swearwolf.git", - "revision":"v2.1.0", - "version":"2.1.0", - "targets":"com.github.gchudnov%swearwolf-term-zio com.github.gchudnov%swearwolf-rich com.github.gchudnov%swearwolf-util-zio com.github.gchudnov%swearwolf-term com.github.gchudnov%swearwolf-shapes-zio com.github.gchudnov%swearwolf-shapes com.github.gchudnov%swearwolf-util com.github.gchudnov%swearwolf-rich-zio", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - "disableFatalWarnings" - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, - "geirolz/advxml":{ - "project":"geirolz/advxml", - "repoUrl":"https://github.com/geirolz/advxml.git", - "revision":"v2.5.1", - "version":"2.5.1", - "targets":"com.github.geirolz%advxml-core com.github.geirolz%advxml-xpath", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"11" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, - "geirolz/cats-xml":{ - "project":"geirolz/cats-xml", - "repoUrl":"https://github.com/geirolz/cats-xml.git", - "revision":"v0.0.10", - "version":"0.0.10", - "targets":"com.github.geirolz%cats-xml-standard com.github.geirolz%cats-xml-effect com.github.geirolz%cats-xml-internal-utils com.github.geirolz%cats-xml-core com.github.geirolz%cats-xml-generic com.github.geirolz%cats-xml-xpath", + "gchudnov/bscript":{ + "project":"gchudnov/bscript", + "repoUrl":"https://github.com/gchudnov/bscript.git", + "revision":"v1.3.5", + "version":"1.3.5", + "targets":"com.github.gchudnov%bscript-builder com.github.gchudnov%bscript-translator com.github.gchudnov%bscript-inspector com.github.gchudnov%bscript-serde com.github.gchudnov%bscript-interpreter com.github.gchudnov%bscript-rewriter com.github.gchudnov%bscript-b1 com.github.gchudnov%bscript-lang", "config":{ "projects":{ "exclude":[ @@ -9364,12 +9242,12 @@ ] } }, - "geirolz/erules":{ - "project":"geirolz/erules", - "repoUrl":"https://github.com/geirolz/erules.git", - "revision":"v0.1.0", - "version":"0.1.0", - "targets":"com.github.geirolz%erules-circe com.github.geirolz%erules-core com.github.geirolz%erules-cats-xml com.github.geirolz%erules-scalatest com.github.geirolz%erules-generic", + "gchudnov/swearwolf":{ + "project":"gchudnov/swearwolf", + "repoUrl":"https://github.com/gchudnov/swearwolf.git", + "revision":"v2.1.0", + "version":"2.1.0", + "targets":"com.github.gchudnov%swearwolf-term-zio com.github.gchudnov%swearwolf-rich com.github.gchudnov%swearwolf-util-zio com.github.gchudnov%swearwolf-term com.github.gchudnov%swearwolf-shapes-zio com.github.gchudnov%swearwolf-shapes com.github.gchudnov%swearwolf-util com.github.gchudnov%swearwolf-rich-zio", "config":{ "projects":{ "exclude":[ @@ -9380,11 +9258,11 @@ } }, "java":{ - "version":"17" + }, "sbt":{ "commands":[ - + "disableFatalWarnings" ], "options":[ @@ -9402,12 +9280,12 @@ ] } }, - "geirolz/fluent-copy":{ - "project":"geirolz/fluent-copy", - "repoUrl":"https://github.com/geirolz/fluent-copy.git", - "revision":"v0.0.1", - "version":"0.0.1", - "targets":"com.github.geirolz%fluent-copy", + "geirolz/advxml":{ + "project":"geirolz/advxml", + "repoUrl":"https://github.com/geirolz/advxml.git", + "revision":"v2.5.1", + "version":"2.5.1", + "targets":"com.github.geirolz%advxml-core com.github.geirolz%advxml-xpath", "config":{ "projects":{ "exclude":[ @@ -9418,7 +9296,121 @@ } }, "java":{ - "version":"17" + "version":"11" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, + "geirolz/cats-xml":{ + "project":"geirolz/cats-xml", + "repoUrl":"https://github.com/geirolz/cats-xml.git", + "revision":"v0.0.10", + "version":"0.0.10", + "targets":"com.github.geirolz%cats-xml-standard com.github.geirolz%cats-xml-effect com.github.geirolz%cats-xml-internal-utils com.github.geirolz%cats-xml-core com.github.geirolz%cats-xml-generic com.github.geirolz%cats-xml-xpath", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, + "geirolz/erules":{ + "project":"geirolz/erules", + "repoUrl":"https://github.com/geirolz/erules.git", + "revision":"v0.1.0", + "version":"0.1.0", + "targets":"com.github.geirolz%erules-circe com.github.geirolz%erules-core com.github.geirolz%erules-cats-xml com.github.geirolz%erules-scalatest com.github.geirolz%erules-generic", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, + "geirolz/fluent-copy":{ + "project":"geirolz/fluent-copy", + "repoUrl":"https://github.com/geirolz/fluent-copy.git", + "revision":"v0.0.1", + "version":"0.0.1", + "targets":"com.github.geirolz%fluent-copy", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" }, "sbt":{ "commands":[ @@ -10206,8 +10198,8 @@ "gnieh/fs2-data":{ "project":"gnieh/fs2-data", "repoUrl":"https://github.com/gnieh/fs2-data.git", - "revision":"v1.8.0", - "version":"1.8.0", + "revision":"v1.7.1", + "version":"1.7.1", "targets":"org.gnieh%fs2-data-json-diffson org.gnieh%fs2-data-json-play org.gnieh%fs2-data-csv org.gnieh%fs2-data-json-interpolators org.gnieh%fs2-data-xml org.gnieh%fs2-data-cbor-json org.gnieh%fs2-data-text org.gnieh%fs2-data-json org.gnieh%fs2-data-csv-generic org.gnieh%fs2-data-json-circe org.gnieh%fs2-data-xml-scala org.gnieh%fs2-data-cbor org.gnieh%fs2-data-finite-state", "config":{ "projects":{ @@ -10219,7 +10211,7 @@ } }, "java":{ - "version":"8" + "version":"17" }, "sbt":{ "commands":[ @@ -10239,7 +10231,7 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val scala3 = \"3.3.0\"", + "pattern":"val scala3 = \"3.2.2\"", "replaceWith":"val scala3 = \"\"" } ] @@ -10614,6 +10606,46 @@ ] } }, + "h8io/borscht":{ + "project":"h8io/borscht", + "repoUrl":"https://github.com/h8io/borscht.git", + "revision":"v1.2.11", + "version":"1.2.11", + "targets":"io.h8.borscht%borscht-template-st4 io.h8.borscht%borscht-jackson-toml io.h8.borscht%borscht-jackson io.h8.borscht%borscht-core io.h8.borscht%borscht-classic io.h8.borscht%borscht-jackson-yaml io.h8.borscht%borscht-template-core io.h8.borscht%borscht-template-apache-commons-text io.h8.borscht%borscht-typesafe", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + "template-apache-commons-text":{ + "tests":"compile-only" + } + } + }, + "java":{ + + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "hagay3/skuber":{ "project":"hagay3/skuber", "repoUrl":"https://github.com/hagay3/skuber.git", @@ -10687,7 +10719,7 @@ ] }, - "tests":"compile-only", + "tests":"full", "memoryRequestMb":6144, "sourcePatches":[ @@ -11701,12 +11733,12 @@ ] } }, - "http4s/http4s-session":{ - "project":"http4s/http4s-session", - "repoUrl":"https://github.com/http4s/http4s-session.git", - "revision":"v0.2.0", - "version":"0.2.0", - "targets":"org.http4s%http4s-session", + "http4s/http4s-twirl":{ + "project":"http4s/http4s-twirl", + "repoUrl":"https://github.com/http4s/http4s-twirl.git", + "revision":"v1.0.0-M38", + "version":"1.0.0-M38", + "targets":"org.http4s%http4s-twirl", "config":{ "projects":{ "exclude":[ @@ -11718,6 +11750,44 @@ }, "java":{ "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, + "i10416/cssminifier":{ + "project":"i10416/cssminifier", + "repoUrl":"https://github.com/i10416/cssminifier.git", + "revision":"v0.0.3", + "version":"0.0.3", + "targets":"dev.i10416%cssminifier", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + }, "sbt":{ "commands":[ @@ -11737,18 +11807,18 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val Scala3 = \"3.3.0\"", - "replaceWith":"val Scala3 = \"\"" + "pattern":"val scala3 = \"3.1.2\"", + "replaceWith":"val scala3 = \"\"" } ] } }, - "http4s/http4s-twirl":{ - "project":"http4s/http4s-twirl", - "repoUrl":"https://github.com/http4s/http4s-twirl.git", - "revision":"v1.0.0-M38", - "version":"1.0.0-M38", - "targets":"org.http4s%http4s-twirl", + "i10416/munkres":{ + "project":"i10416/munkres", + "repoUrl":"https://github.com/i10416/munkres.git", + "revision":"v0.0.4", + "version":"0.0.4", + "targets":"dev.i10416%munkres", "config":{ "projects":{ "exclude":[ @@ -11759,7 +11829,7 @@ } }, "java":{ - "version":"17" + }, "sbt":{ "commands":[ @@ -11777,16 +11847,20 @@ "tests":"full", "memoryRequestMb":2048, "sourcePatches":[ - + { + "path":"build.sbt", + "pattern":"val scala3Version = \"3.1.2\"", + "replaceWith":"val scala3Version = \"\"" + } ] } }, - "i10416/cssminifier":{ - "project":"i10416/cssminifier", - "repoUrl":"https://github.com/i10416/cssminifier.git", - "revision":"v0.0.3", - "version":"0.0.3", - "targets":"dev.i10416%cssminifier", + "iheartradio/ficus":{ + "project":"iheartradio/ficus", + "repoUrl":"https://github.com/iheartradio/ficus.git", + "revision":"v1.5.2", + "version":"1.5.2", + "targets":"com.iheart%ficus", "config":{ "projects":{ "exclude":[ @@ -11797,7 +11871,7 @@ } }, "java":{ - + "version":"8" }, "sbt":{ "commands":[ @@ -11817,109 +11891,18 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val scala3 = \"3.1.2\"", - "replaceWith":"val scala3 = \"\"" + "pattern":"def Scala3 = \"3.1.1\"", + "replaceWith":"def Scala3 = \"\"" } ] } }, - "i10416/munkres":{ - "project":"i10416/munkres", - "repoUrl":"https://github.com/i10416/munkres.git", - "revision":"v0.0.4", - "version":"0.0.4", - "targets":"dev.i10416%munkres", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val scala3Version = \"3.1.2\"", - "replaceWith":"val scala3Version = \"\"" - } - ] - } - }, - "ichoran/kse3":{ - "project":"ichoran/kse3", - "repoUrl":"https://github.com/ichoran/kse3.git", - "revision":"", - "version":"0.1.8", - "targets":"com.github.ichoran%kse3-eio com.github.ichoran%kse3-flow com.github.ichoran%kse3-maths com.github.ichoran%kse3-testing" - }, - "iheartradio/ficus":{ - "project":"iheartradio/ficus", - "repoUrl":"https://github.com/iheartradio/ficus.git", - "revision":"v1.5.2", - "version":"1.5.2", - "targets":"com.iheart%ficus", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"8" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"def Scala3 = \"3.1.1\"", - "replaceWith":"def Scala3 = \"\"" - } - ] - } - }, - "ij-plugins/ijp-color":{ - "project":"ij-plugins/ijp-color", - "repoUrl":"https://github.com/ij-plugins/ijp-color.git", - "revision":"v.0.12.2", - "version":"0.12.2", - "targets":"net.sf.ij-plugins%ijp-color net.sf.ij-plugins%ijp-color-ui", + "ij-plugins/ijp-color":{ + "project":"ij-plugins/ijp-color", + "repoUrl":"https://github.com/ij-plugins/ijp-color.git", + "revision":"v.0.12.2", + "version":"0.12.2", + "targets":"net.sf.ij-plugins%ijp-color net.sf.ij-plugins%ijp-color-ui", "config":{ "projects":{ "exclude":[ @@ -12406,13 +12389,6 @@ ] } }, - "inkytonik/kiama":{ - "project":"inkytonik/kiama", - "repoUrl":"https://github.com/inkytonik/kiama.git", - "revision":"v2.5.1", - "version":"2.5.1", - "targets":"org.bitbucket.inkytonik.kiama%kiama org.bitbucket.inkytonik.kiama%kiama-extras" - }, "inoio/solrs":{ "project":"inoio/solrs", "repoUrl":"https://github.com/inoio/solrs.git", @@ -12603,48 +12579,6 @@ ] } }, - "j-mie6/parsley":{ - "project":"j-mie6/parsley", - "repoUrl":"https://github.com/j-mie6/parsley.git", - "revision":"v4.4.0-M2", - "version":"4.4.0-M2", - "targets":"com.github.j-mie6%parsley", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"17" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":4096, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val Scala3 = \"3.3.0\"", - "replaceWith":"val Scala3 = \"\"" - } - ] - } - }, "j-mie6/parsley-cats":{ "project":"j-mie6/parsley-cats", "repoUrl":"https://github.com/j-mie6/parsley-cats.git", @@ -13619,13 +13553,6 @@ ] } }, - "jelly-rdf/jelly-jvm":{ - "project":"jelly-rdf/jelly-jvm", - "repoUrl":"https://github.com/jelly-rdf/jelly-jvm.git", - "revision":"v0.0.5", - "version":"0.0.5", - "targets":"eu.ostrzyciel.jelly%jelly-core eu.ostrzyciel.jelly%jelly-jvm eu.ostrzyciel.jelly%jelly-grpc eu.ostrzyciel.jelly%jelly-stream eu.ostrzyciel.jelly%jelly-jena eu.ostrzyciel.jelly%jelly-rdf4j" - }, "jilen/play-circe":{ "project":"jilen/play-circe", "repoUrl":"https://github.com/jilen/play-circe.git", @@ -13709,44 +13636,6 @@ ] } }, - "joan38/kubernetes-client":{ - "project":"joan38/kubernetes-client", - "repoUrl":"https://github.com/joan38/kubernetes-client.git", - "revision":"v0.10.0", - "version":"0.10.0", - "targets":"com.goyeau%kubernetes-client", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"compile-only", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, "jobial-io/scase":{ "project":"jobial-io/scase", "repoUrl":"https://github.com/jobial-io/scase.git", @@ -13918,8 +13807,8 @@ "joernio/joern":{ "project":"joernio/joern", "repoUrl":"https://github.com/joernio/joern.git", - "revision":"v2.0.19", - "version":"2.0.19", + "revision":"v2.0.15", + "version":"2.0.15", "targets":"io.joern%querydb io.joern%c2cpg io.joern%ghidra2cpg io.joern%joern-cli io.joern%jimple2cpg io.joern%semanticcpg io.joern%jssrc2cpg io.joern%rubysrc2cpg io.joern%php2cpg io.joern%gosrc2cpg io.joern%console io.joern%kotlin2cpg io.joern%x2cpg io.joern%pysrc2cpg io.joern%dataflowengineoss io.joern%macros io.joern%javasrc2cpg", "config":{ "projects":{ @@ -14185,12 +14074,12 @@ ] } }, - "jvican/dijon":{ - "project":"jvican/dijon", - "repoUrl":"https://github.com/jvican/dijon.git", - "revision":"", - "version":"0.0.0+48-f17bfc3b", - "targets":"", + "jwojnowski/fs2-aes":{ + "project":"jwojnowski/fs2-aes", + "repoUrl":"https://github.com/jwojnowski/fs2-aes.git", + "revision":"v0.3.1", + "version":"0.3.1", + "targets":"me.wojnowski%fs2-aes", "config":{ "projects":{ "exclude":[ @@ -14201,7 +14090,7 @@ } }, "java":{ - "version":"17" + }, "sbt":{ "commands":[ @@ -14219,16 +14108,20 @@ "tests":"full", "memoryRequestMb":2048, "sourcePatches":[ - + { + "path":"build.sbt", + "pattern":"val Scala3 = \"3.3.0\"", + "replaceWith":"val Scala3 = \"\"" + } ] } }, - "jwojnowski/fs2-aes":{ - "project":"jwojnowski/fs2-aes", - "repoUrl":"https://github.com/jwojnowski/fs2-aes.git", - "revision":"v0.3.1", - "version":"0.3.1", - "targets":"me.wojnowski%fs2-aes", + "jwojnowski/oidc4s":{ + "project":"jwojnowski/oidc4s", + "repoUrl":"https://github.com/jwojnowski/oidc4s.git", + "revision":"v0.9.0", + "version":"0.9.0", + "targets":"me.wojnowski%oidc4s-circe me.wojnowski%oidc4s-core me.wojnowski%oidc4s-quick-sttp-circe me.wojnowski%oidc4s-sttp", "config":{ "projects":{ "exclude":[ @@ -14259,18 +14152,18 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val Scala3 = \"3.3.0\"", + "pattern":"val Scala3 = \"3.3.0\"", "replaceWith":"val Scala3 = \"\"" } ] } }, - "jwojnowski/oidc4s":{ - "project":"jwojnowski/oidc4s", - "repoUrl":"https://github.com/jwojnowski/oidc4s.git", - "revision":"v0.9.0", - "version":"0.9.0", - "targets":"me.wojnowski%oidc4s-circe me.wojnowski%oidc4s-core me.wojnowski%oidc4s-quick-sttp-circe me.wojnowski%oidc4s-sttp", + "jwt-scala/jwt-scala":{ + "project":"jwt-scala/jwt-scala", + "repoUrl":"https://github.com/jwt-scala/jwt-scala.git", + "revision":"v9.4.0", + "version":"9.4.0", + "targets":"com.github.jwt-scala%jwt-json4s-jackson com.github.jwt-scala%jwt-circe com.github.jwt-scala%jwt-argonaut com.github.jwt-scala%jwt-zio-json com.github.jwt-scala%jwt-json4s-native com.github.jwt-scala%jwt-core com.github.jwt-scala%jwt-upickle com.github.jwt-scala%jwt-json-common com.github.jwt-scala%jwt-json4s-common", "config":{ "projects":{ "exclude":[ @@ -14281,7 +14174,7 @@ } }, "java":{ - + "version":"8" }, "sbt":{ "commands":[ @@ -14299,100 +14192,54 @@ "tests":"full", "memoryRequestMb":2048, "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val Scala3 = \"3.3.0\"", - "replaceWith":"val Scala3 = \"\"" + + ] + } + }, + "kailuowang/mau":{ + "project":"kailuowang/mau", + "repoUrl":"https://github.com/kailuowang/mau.git", + "revision":"v0.3.2", + "version":"0.3.2", + "targets":"com.kailuowang%mau", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":3072, + "sourcePatches":[ + ] } }, - "jwt-scala/jwt-scala":{ - "project":"jwt-scala/jwt-scala", - "repoUrl":"https://github.com/jwt-scala/jwt-scala.git", - "revision":"v9.4.3", - "version":"9.4.3", - "targets":"com.github.jwt-scala%jwt-json4s-jackson com.github.jwt-scala%jwt-circe com.github.jwt-scala%jwt-argonaut com.github.jwt-scala%jwt-zio-json com.github.jwt-scala%jwt-json4s-native com.github.jwt-scala%jwt-core com.github.jwt-scala%jwt-upickle com.github.jwt-scala%jwt-json-common com.github.jwt-scala%jwt-json4s-common", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"11" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"build.sbt", - "pattern":"val scala3 = \"3.3.0\"", - "replaceWith":"val scala3 = \"\"" - } - ] - } - }, - "kailuowang/mau":{ - "project":"kailuowang/mau", - "repoUrl":"https://github.com/kailuowang/mau.git", - "revision":"v0.3.2", - "version":"0.3.2", - "targets":"com.kailuowang%mau", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"17" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":3072, - "sourcePatches":[ - - ] - } - }, - "kaizen-solutions/trace4cats-zio-extras":{ - "project":"kaizen-solutions/trace4cats-zio-extras", - "repoUrl":"https://github.com/kaizen-solutions/trace4cats-zio-extras.git", - "revision":"v6.2.1", - "version":"6.2.1", - "targets":"io.kaizen-solutions%trace4cats-zio-extras-tapir io.kaizen-solutions%trace4cats-zio-extras-fs2 io.kaizen-solutions%trace4cats-zio-extras-virgil io.kaizen-solutions%trace4cats-zio-extras-zio-kafka io.kaizen-solutions%trace4cats-zio-extras-skunk io.kaizen-solutions%trace4cats-zio-extras-doobie io.kaizen-solutions%trace4cats-zio-extras-zio-http io.kaizen-solutions%trace4cats-zio-extras-http4s io.kaizen-solutions%trace4cats-zio-extras-fs2-kafka io.kaizen-solutions%trace4cats-zio-extras-core io.kaizen-solutions%trace4cats-zio-extras-sttp", + "kaizen-solutions/trace4cats-zio-extras":{ + "project":"kaizen-solutions/trace4cats-zio-extras", + "repoUrl":"https://github.com/kaizen-solutions/trace4cats-zio-extras.git", + "revision":"v6.2.1", + "version":"6.2.1", + "targets":"io.kaizen-solutions%trace4cats-zio-extras-tapir io.kaizen-solutions%trace4cats-zio-extras-fs2 io.kaizen-solutions%trace4cats-zio-extras-virgil io.kaizen-solutions%trace4cats-zio-extras-zio-kafka io.kaizen-solutions%trace4cats-zio-extras-skunk io.kaizen-solutions%trace4cats-zio-extras-doobie io.kaizen-solutions%trace4cats-zio-extras-zio-http io.kaizen-solutions%trace4cats-zio-extras-http4s io.kaizen-solutions%trace4cats-zio-extras-fs2-kafka io.kaizen-solutions%trace4cats-zio-extras-core io.kaizen-solutions%trace4cats-zio-extras-sttp", "config":{ "projects":{ "exclude":[ @@ -14689,8 +14536,8 @@ "kevin-lee/effectie":{ "project":"kevin-lee/effectie", "repoUrl":"https://github.com/kevin-lee/effectie.git", - "revision":"v2.0.0-beta10", - "version":"2.0.0-beta10", + "revision":"v2.0.0-beta9", + "version":"2.0.0-beta9", "targets":"io.kevinlee%effectie-syntax io.kevinlee%effectie-cats-effect2 io.kevinlee%effectie-test4cats io.kevinlee%effectie-cats-effect3 io.kevinlee%effectie-cats io.kevinlee%effectie-monix3 io.kevinlee%effectie-core", "config":{ "projects":{ @@ -14767,44 +14614,6 @@ ] } }, - "kevin-lee/logger-f":{ - "project":"kevin-lee/logger-f", - "repoUrl":"https://github.com/kevin-lee/logger-f.git", - "revision":"v2.0.0-beta16", - "version":"2.0.0-beta16", - "targets":"io.kevinlee%logger-f-slf4j io.kevinlee%logger-f-log4j io.kevinlee%logger-f-sbt-logging io.kevinlee%logger-f-test-kit io.kevinlee%logger-f-core io.kevinlee%logger-f-log4s io.kevinlee%logger-f-logback-mdc-monix3 io.kevinlee%logger-f-cats", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":4096, - "sourcePatches":[ - - ] - } - }, "kiberstender/fjwt":{ "project":"kiberstender/fjwt", "repoUrl":"https://github.com/kiberstender/fjwt.git", @@ -15903,6 +15712,44 @@ ] } }, + "lhns/scala-edifact":{ + "project":"lhns/scala-edifact", + "repoUrl":"https://github.com/lhns/scala-edifact.git", + "revision":"0.1.0", + "version":"0.1.0", + "targets":"de.lolhens%scala-edifact", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "lichess-org/lila":{ "project":"lichess-org/lila", "repoUrl":"https://github.com/lichess-org/lila.git", @@ -16346,8 +16193,8 @@ "logging4s/logging4s":{ "project":"logging4s/logging4s", "repoUrl":"https://github.com/logging4s/logging4s.git", - "revision":"v0.2.0", - "version":"0.2.0", + "revision":"v0.1.9", + "version":"0.1.9", "targets":"org.logging4s%logging4s-zio org.logging4s%logging4s-ce-2 org.logging4s%logging4s-json4s org.logging4s%logging4s-core org.logging4s%logging4s-jsoniter org.logging4s%logging4s-circe org.logging4s%logging4s-spray-json org.logging4s%logging4s-cats-core org.logging4s%logging4s-ce-3 org.logging4s%logging4s-argonaut org.logging4s%logging4s-play-json", "config":{ "projects":{ @@ -16359,7 +16206,7 @@ } }, "java":{ - "version":"17" + }, "sbt":{ "commands":[ @@ -17481,8 +17328,8 @@ "mpollmeier/scala-repl-pp":{ "project":"mpollmeier/scala-repl-pp", "repoUrl":"https://github.com/mpollmeier/scala-repl-pp.git", - "revision":"v0.0.42", - "version":"0.0.42", + "revision":"v0.1.33", + "version":"0.1.33", "targets":"com.michaelpollmeier%scala-repl-pp com.michaelpollmeier%scala-repl-pp-all com.michaelpollmeier%scala-repl-pp-server", "config":{ "projects":{ @@ -17494,7 +17341,7 @@ } }, "java":{ - "version":"11" + "version":"20" }, "sbt":{ "commands":[ @@ -18404,6 +18251,44 @@ ] } }, + "ohze/sd-util":{ + "project":"ohze/sd-util", + "repoUrl":"https://github.com/ohze/sd-util.git", + "revision":"v1.3.0", + "version":"1.3.0", + "targets":"com.sandinh%sd-util com.sandinh%env-hack", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "olivierblanvillain/regsafe":{ "project":"olivierblanvillain/regsafe", "repoUrl":"https://github.com/olivierblanvillain/regsafe.git", @@ -18536,40 +18421,9 @@ "otavia-projects/mill-rust-jni":{ "project":"otavia-projects/mill-rust-jni", "repoUrl":"https://github.com/otavia-projects/mill-rust-jni.git", - "revision":"v0.2.1", - "version":"0.2.1", - "targets":"io.github.otavia-projects%jni-loader", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"8" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } + "revision":"0.1.0", + "version":"0.1.0", + "targets":"io.github.otavia-projects%jni-loader" }, "outr/lucene4s":{ "project":"outr/lucene4s", @@ -18828,8 +18682,8 @@ "outr/scribe":{ "project":"outr/scribe", "repoUrl":"https://github.com/outr/scribe.git", - "revision":"3.11.8", - "version":"3.11.8", + "revision":"3.11.7", + "version":"3.11.7", "targets":"com.outr%scribe-json-circe com.outr%scribe-logstash com.outr%scribe-slf4j com.outr%scribe-json-fabric com.outr%scribe-migration com.outr%scribe-slf4j2 com.outr%scribe-cats com.outr%scribe-slack com.outr%scribe-log4j com.outr%scribe-file com.outr%scribe-config com.outr%scribe-json com.outr%scribe", "config":{ "projects":{ @@ -18870,8 +18724,8 @@ "outr/spice":{ "project":"outr/spice", "repoUrl":"https://github.com/outr/spice.git", - "revision":"0.1.6", - "version":"0.1.6", + "revision":"0.1.5", + "version":"0.1.5", "targets":"com.outr%spice-server-undertow com.outr%spice-core com.outr%spice-client com.outr%spice-client-jvm com.outr%spice com.outr%spice-delta com.outr%spice-client-okhttp com.outr%spice-server", "config":{ "projects":{ @@ -19333,13 +19187,6 @@ ] } }, - "pityka/aten-scala":{ - "project":"pityka/aten-scala", - "repoUrl":"https://github.com/pityka/aten-scala.git", - "revision":"", - "version":"0.0.0+114-c708402a", - "targets":"" - }, "pityka/lamp":{ "project":"pityka/lamp", "repoUrl":"https://github.com/pityka/lamp.git", @@ -19578,8 +19425,8 @@ "pjfanning/micrometer-pekko":{ "project":"pjfanning/micrometer-pekko", "repoUrl":"https://github.com/pjfanning/micrometer-pekko.git", - "revision":"v0.15.0", - "version":"0.15.0", + "revision":"v0.14.0", + "version":"0.14.0", "targets":"com.github.pjfanning%micrometer-pekko", "config":{ "projects":{ @@ -19826,12 +19673,12 @@ ] } }, - "playframework/play-mailer":{ - "project":"playframework/play-mailer", - "repoUrl":"https://github.com/playframework/play-mailer.git", - "revision":"9.0.0-M2", - "version":"9.0.0-M2", - "targets":"com.typesafe.play%play-mailer com.typesafe.play%play-mailer-guice", + "playframework/play-ws":{ + "project":"playframework/play-ws", + "repoUrl":"https://github.com/playframework/play-ws.git", + "revision":"2.2.0-M4", + "version":"2.2.0-M4", + "targets":"com.typesafe.play%play-ahc-ws-standalone", "config":{ "projects":{ "exclude":[ @@ -19862,25 +19709,18 @@ "sourcePatches":[ { "path":"project/Dependencies.scala", - "pattern":"val Scala3 = \"3.3.0\"", - "replaceWith":"val Scala3 = \"\"" + "pattern":"val scala3 = \"3.3.0\"", + "replaceWith":"val scala3 = \"\"" } ] } }, - "playframework/play-slick":{ - "project":"playframework/play-slick", - "repoUrl":"https://github.com/playframework/play-slick.git", - "revision":"5.2.0-M3", - "version":"5.2.0-M3", - "targets":"com.typesafe.play%play-slick com.typesafe.play%play-slick-evolutions" - }, - "playframework/play-ws":{ - "project":"playframework/play-ws", - "repoUrl":"https://github.com/playframework/play-ws.git", - "revision":"2.2.0-M4", - "version":"2.2.0-M4", - "targets":"com.typesafe.play%play-ahc-ws-standalone", + "playframework/twirl":{ + "project":"playframework/twirl", + "repoUrl":"https://github.com/playframework/twirl.git", + "revision":"1.6.0-RC4", + "version":"1.6.0-RC4", + "targets":"com.typesafe.play%twirl-api com.typesafe.play%twirl-compiler com.typesafe.play%twirl-parser", "config":{ "projects":{ "exclude":[ @@ -19911,105 +19751,18 @@ "sourcePatches":[ { "path":"project/Dependencies.scala", - "pattern":"val scala3 = \"3.3.0\"", - "replaceWith":"val scala3 = \"\"" + "pattern":"val Scala3 = \"3.3.0\"", + "replaceWith":"val Scala3 = \"\"" } ] } }, - "playframework/playframework":{ - "project":"playframework/playframework", - "repoUrl":"https://github.com/playframework/playframework.git", - "revision":"2.9.0-M6", - "version":"2.9.0-M6", - "targets":"com.typesafe.play%play-java-jdbc com.typesafe.play%play-ahc-ws com.typesafe.play%play com.typesafe.play%play-guice com.typesafe.play%play-specs2 com.typesafe.play%play-jdbc com.typesafe.play%play-jdbc-evolutions com.typesafe.play%play-cluster-sharding com.typesafe.play%play-jdbc-api com.typesafe.play%play-openid com.typesafe.play%play-jcache com.typesafe.play%play-java com.typesafe.play%routes-compiler com.typesafe.play%play-cache com.typesafe.play%play-java-cluster-sharding com.typesafe.play%play-java-jpa com.typesafe.play%play-bom com.typesafe.play%play-server com.typesafe.play%play-java-forms com.typesafe.play%play-docs com.typesafe.play%play-akka-http2-support com.typesafe.play%play-configuration com.typesafe.play%play-logback com.typesafe.play%play-joda-forms com.typesafe.play%play-ws com.typesafe.play%play-netty-server com.typesafe.play%play-test com.typesafe.play%play-caffeine-cache com.typesafe.play%play-akka-http-server com.typesafe.play%play-ehcache com.typesafe.play%filters-helpers com.typesafe.play%play-streams", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"compile-only", - "memoryRequestMb":2048, - "sourcePatches":[ - - ] - } - }, - "playframework/scalatestplus-play":{ - "project":"playframework/scalatestplus-play", - "repoUrl":"https://github.com/playframework/scalatestplus-play.git", - "revision":"6.0.0-M6", - "version":"6.0.0-M6", - "targets":"org.scalatestplus.play%scalatestplus-play" - }, - "playframework/twirl":{ - "project":"playframework/twirl", - "repoUrl":"https://github.com/playframework/twirl.git", - "revision":"1.6.0-RC4", - "version":"1.6.0-RC4", - "targets":"com.typesafe.play%twirl-api com.typesafe.play%twirl-compiler com.typesafe.play%twirl-parser", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"full", - "memoryRequestMb":2048, - "sourcePatches":[ - { - "path":"project/Dependencies.scala", - "pattern":"val Scala3 = \"3.3.0\"", - "replaceWith":"val Scala3 = \"\"" - } - ] - } - }, - "plokhotnyuk/fast-string-interpolator":{ - "project":"plokhotnyuk/fast-string-interpolator", - "repoUrl":"https://github.com/plokhotnyuk/fast-string-interpolator.git", - "revision":"v0.6.3", - "version":"0.6.3", - "targets":"com.github.plokhotnyuk.fsi%fsi-macros", + "plokhotnyuk/fast-string-interpolator":{ + "project":"plokhotnyuk/fast-string-interpolator", + "repoUrl":"https://github.com/plokhotnyuk/fast-string-interpolator.git", + "revision":"v0.6.3", + "version":"0.6.3", + "targets":"com.github.plokhotnyuk.fsi%fsi-macros", "config":{ "projects":{ "exclude":[ @@ -20400,6 +20153,48 @@ ] } }, + "polyvariant/scodec-java-classfile":{ + "project":"polyvariant/scodec-java-classfile", + "repoUrl":"https://github.com/polyvariant/scodec-java-classfile.git", + "revision":"v0.2.0", + "version":"0.2.0", + "targets":"org.polyvariant.scodec-java-classfile%codecs org.polyvariant.scodec-java-classfile%core", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"8" + }, + "sbt":{ + "commands":[ + "excludeLibraryDependency org.polyvariant:better-tostring_{scalaVersion}" + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + { + "path":"build.sbt", + "pattern":"val Scala3 = \"3.1.3\"", + "replaceWith":"val Scala3 = \"\"" + } + ] + } + }, "polyvariant/smithy4s-caliban":{ "project":"polyvariant/smithy4s-caliban", "repoUrl":"https://github.com/polyvariant/smithy4s-caliban.git", @@ -21160,8 +20955,8 @@ "reactivemongo/reactivemongo":{ "project":"reactivemongo/reactivemongo", "repoUrl":"https://github.com/reactivemongo/reactivemongo.git", - "revision":"1.1.0-RC11", - "version":"1.1.0-RC11", + "revision":"1.1.0-RC10", + "version":"1.1.0-RC10", "targets":"org.reactivemongo%reactivemongo org.reactivemongo%reactivemongo-alias org.reactivemongo%reactivemongo-core org.reactivemongo%reactivemongo-test", "config":{ "projects":{ @@ -21200,9 +20995,9 @@ "reactivemongo/reactivemongo-bson":{ "project":"reactivemongo/reactivemongo-bson", "repoUrl":"https://github.com/reactivemongo/reactivemongo-bson.git", - "revision":"1.1.0-RC11", - "version":"1.1.0-RC11", - "targets":"org.reactivemongo%reactivemongo-bson-monocle org.reactivemongo%reactivemongo-bson-specs2 org.reactivemongo%reactivemongo-jmx org.reactivemongo%reactivemongo-bson-geo org.reactivemongo%reactivemongo-bson-api org.reactivemongo%reactivemongo-datadog org.reactivemongo%reactivemongo-bson-msb-compat org.reactivemongo%reactivemongo-kamon", + "revision":"1.1.0-RC10", + "version":"1.1.0-RC10", + "targets":"org.reactivemongo%reactivemongo-bson-monocle org.reactivemongo%reactivemongo-bson-specs2 org.reactivemongo%reactivemongo-bson-geo org.reactivemongo%reactivemongo-bson-api org.reactivemongo%reactivemongo-bson-msb-compat", "config":{ "projects":{ "exclude":[ @@ -21241,7 +21036,7 @@ "project":"reactivemongo/reactivemongo-play-json", "repoUrl":"https://github.com/reactivemongo/reactivemongo-play-json.git", "revision":"", - "version":"1.1.0-play29-RC11", + "version":"1.1.0-play29-RC10", "targets":"org.reactivemongo%reactivemongo-play-json-compat", "config":{ "projects":{ @@ -21278,8 +21073,8 @@ "reactivemongo/reactivemongo-streaming":{ "project":"reactivemongo/reactivemongo-streaming", "repoUrl":"https://github.com/reactivemongo/reactivemongo-streaming.git", - "revision":"1.1.0-RC11", - "version":"1.1.0-RC11", + "revision":"1.1.0-RC10", + "version":"1.1.0-RC10", "targets":"org.reactivemongo%reactivemongo-akkastream" }, "rediscala/rediscala":{ @@ -21533,6 +21328,13 @@ ] } }, + "rssh/shim--scala-async--dotty-cps-async":{ + "project":"rssh/shim--scala-async--dotty-cps-async", + "repoUrl":"https://github.com/rssh/shim--scala-async--dotty-cps-async.git", + "revision":"0.9.17", + "version":"0.9.17", + "targets":"com.github.rssh%shim-scala-async-dotty-cps-async" + }, "rssh/trackedfuture":{ "project":"rssh/trackedfuture", "repoUrl":"https://github.com/rssh/trackedfuture.git", @@ -23280,8 +23082,8 @@ "scalacenter/tasty-query":{ "project":"scalacenter/tasty-query", "repoUrl":"https://github.com/scalacenter/tasty-query.git", - "revision":"v0.9.0", - "version":"0.9.0", + "revision":"v0.8.4", + "version":"0.8.4", "targets":"ch.epfl.scala%tasty-query", "config":{ "projects":{ @@ -24378,13 +24180,6 @@ "version":"0.9.1", "targets":"com.scalawilliam%xs4s-core com.scalawilliam%xs4s-fs2 com.scalawilliam%xs4s-fs2v3 com.scalawilliam%xs4s-zio" }, - "scalax/simple":{ - "project":"scalax/simple", - "repoUrl":"https://github.com/scalax/simple.git", - "revision":"0.0.1", - "version":"0.0.1", - "targets":"net.scalax.simple%simple-adt net.scalax.simple%simple-ghdmzsk net.scalax.simple%simple-adt-core net.scalax.simple%simple-adt-implemention" - }, "scalaz/scalaz":{ "project":"scalaz/scalaz", "repoUrl":"https://github.com/scalaz/scalaz.git", @@ -25314,6 +25109,44 @@ "version":"2.3", "targets":"org.sellmerfud%optparse" }, + "senia-psm/zio-test-akka-http":{ + "project":"senia-psm/zio-test-akka-http", + "repoUrl":"https://github.com/senia-psm/zio-test-akka-http.git", + "revision":"v2.0.14", + "version":"2.0.14", + "targets":"info.senia%zio-test-akka-http", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"8" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "seratch/awscala":{ "project":"seratch/awscala", "repoUrl":"https://github.com/seratch/awscala.git", @@ -26241,8 +26074,8 @@ "softwaremill/magnolia":{ "project":"softwaremill/magnolia", "repoUrl":"https://github.com/softwaremill/magnolia.git", - "revision":"scala3-v1.3.3", - "version":"1.3.3", + "revision":"scala3-v1.3.2", + "version":"1.3.2", "targets":"com.softwaremill.magnolia1_3%magnolia", "config":{ "projects":{ @@ -26363,8 +26196,8 @@ "softwaremill/quicklens":{ "project":"softwaremill/quicklens", "repoUrl":"https://github.com/softwaremill/quicklens.git", - "revision":"v1.9.5", - "version":"1.9.5", + "revision":"v1.9.4", + "version":"1.9.4", "targets":"com.softwaremill.quicklens%quicklens", "config":{ "projects":{ @@ -26396,7 +26229,7 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val scala3 = \"3.3.0\"", + "pattern":"val scala3 = \"3.2.2\"", "replaceWith":"val scala3 = \"\"" } ] @@ -29001,6 +28834,48 @@ ] } }, + "trace4cats/trace4cats-cloudtrace":{ + "project":"trace4cats/trace4cats-cloudtrace", + "repoUrl":"https://github.com/trace4cats/trace4cats-cloudtrace.git", + "revision":"v0.14.0", + "version":"0.14.0", + "targets":"io.janstenpickle%trace4cats-stackdriver-common io.janstenpickle%trace4cats-stackdriver-grpc-exporter io.janstenpickle%trace4cats-stackdriver-http-exporter", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + { + "path":"project/Dependencies.scala", + "pattern":"val scala3 = \"3.1.3\"", + "replaceWith":"val scala3 = \"\"" + } + ] + } + }, "trace4cats/trace4cats-datadog":{ "project":"trace4cats/trace4cats-datadog", "repoUrl":"https://github.com/trace4cats/trace4cats-datadog.git", @@ -29505,6 +29380,48 @@ ] } }, + "trace4cats/trace4cats-zipkin":{ + "project":"trace4cats/trace4cats-zipkin", + "repoUrl":"https://github.com/trace4cats/trace4cats-zipkin.git", + "revision":"v0.14.0", + "version":"0.14.0", + "targets":"io.janstenpickle%trace4cats-zipkin-http-exporter", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"17" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"compile-only", + "memoryRequestMb":2048, + "sourcePatches":[ + { + "path":"project/Dependencies.scala", + "pattern":"val scala3 = \"3.1.3\"", + "replaceWith":"val scala3 = \"\"" + } + ] + } + }, "travisbrown/dhallj":{ "project":"travisbrown/dhallj", "repoUrl":"https://github.com/travisbrown/dhallj.git", @@ -30377,8 +30294,8 @@ "typelevel/fabric":{ "project":"typelevel/fabric", "repoUrl":"https://github.com/typelevel/fabric.git", - "revision":"v1.12.4", - "version":"1.12.4", + "revision":"v1.12.3", + "version":"1.12.3", "targets":"org.typelevel%fabric-core org.typelevel%fabric-io", "config":{ "projects":{ @@ -31194,8 +31111,8 @@ "typelevel/scalac-options":{ "project":"typelevel/scalac-options", "repoUrl":"https://github.com/typelevel/scalac-options.git", - "revision":"v0.1.2", - "version":"0.1.2", + "revision":"v0.1.1", + "version":"0.1.1", "targets":"org.typelevel%scalac-options", "config":{ "projects":{ @@ -31227,7 +31144,7 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val Scala3 = \"3.3.0\"", + "pattern":"val Scala3 = \"3.1.3\"", "replaceWith":"val Scala3 = \"\"" } ] @@ -32473,6 +32390,44 @@ "version":"0.6.0", "targets":"com.vladkopanev%zio-saga-core" }, + "vlmiroshnikov/aero3":{ + "project":"vlmiroshnikov/aero3", + "repoUrl":"https://github.com/vlmiroshnikov/aero3.git", + "revision":"v0.0.11", + "version":"0.0.11", + "targets":"io.github.vlmiroshnikov%aero-core", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"11" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "vlmiroshnikov/authz":{ "project":"vlmiroshnikov/authz", "repoUrl":"https://github.com/vlmiroshnikov/authz.git", @@ -32563,8 +32518,8 @@ "webjars/webjars-play":{ "project":"webjars/webjars-play", "repoUrl":"https://github.com/webjars/webjars-play.git", - "revision":"v2.9.0-M6", - "version":"2.9.0-M6", + "revision":"v2.8.18", + "version":"2.8.18", "targets":"org.webjars%webjars-play", "config":{ "projects":{ @@ -32576,7 +32531,7 @@ } }, "java":{ - "version":"11" + }, "sbt":{ "commands":[ @@ -32596,7 +32551,7 @@ "sourcePatches":[ { "path":"build.sbt", - "pattern":"val Scala3 = \"3.3.0\"", + "pattern":"val Scala3 = \"3.2.0\"", "replaceWith":"val Scala3 = \"\"" } ] @@ -32702,7 +32657,7 @@ } }, "java":{ - "version":"17" + "version":"20" }, "sbt":{ "commands":[ @@ -32728,7 +32683,7 @@ "project":"wz7982/easysql-scala", "repoUrl":"https://github.com/wz7982/easysql-scala.git", "revision":"", - "version":"2.0.5", + "version":"2.0.4", "targets":"io.github.wz7982%core io.github.wz7982%jdbc" }, "xebia-functional/fetch":{ @@ -32773,6 +32728,44 @@ ] } }, + "xebia-functional/munit-compiler-toolkit":{ + "project":"xebia-functional/munit-compiler-toolkit", + "repoUrl":"https://github.com/xebia-functional/munit-compiler-toolkit.git", + "revision":"v0.4.0", + "version":"0.4.0", + "targets":"com.xebia%munit-compiler-toolkit", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + "version":"20" + }, + "sbt":{ + "commands":[ + + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } + }, "xuwei-k/applybuilder":{ "project":"xuwei-k/applybuilder", "repoUrl":"https://github.com/xuwei-k/applybuilder.git", @@ -33745,48 +33738,6 @@ ] } }, - "zio/zio-aws":{ - "project":"zio/zio-aws", - "repoUrl":"https://github.com/zio/zio-aws.git", - "revision":"v6.20.83.2", - "version":"6.20.83.2", - "targets":"dev.zio%zio-aws-keyspaces dev.zio%zio-aws-networkmanager dev.zio%zio-aws-codegurureviewer dev.zio%zio-aws-dynamodbstreams dev.zio%zio-aws-iam dev.zio%zio-aws-ssmincidents dev.zio%zio-aws-servicecatalogappregistry dev.zio%zio-aws-marketplacecatalog dev.zio%zio-aws-migrationhubconfig dev.zio%zio-aws-snowball dev.zio%zio-aws-worklink dev.zio%zio-aws-dynamodb dev.zio%zio-aws-sso dev.zio%zio-aws-licensemanagerlinuxsubscriptions dev.zio%zio-aws-wafv2 dev.zio%zio-aws-panorama dev.zio%zio-aws-detective dev.zio%zio-aws-mobile dev.zio%zio-aws-codeartifact dev.zio%zio-aws-marketplacemetering dev.zio%zio-aws-migrationhubrefactorspaces dev.zio%zio-aws-proton dev.zio%zio-aws-lakeformation dev.zio%zio-aws-dlm dev.zio%zio-aws-emrcontainers dev.zio%zio-aws-sagemakeredge dev.zio%zio-aws-akka-http dev.zio%zio-aws-databasemigration dev.zio%zio-aws-groundstation dev.zio%zio-aws-cloudtrail dev.zio%zio-aws-backupstorage dev.zio%zio-aws-costexplorer dev.zio%zio-aws-personalize dev.zio%zio-aws-codebuild dev.zio%zio-aws-healthlake dev.zio%zio-aws-lambda dev.zio%zio-aws-securityhub dev.zio%zio-aws-batch dev.zio%zio-aws-redshiftdata dev.zio%zio-aws-macie2 dev.zio%zio-aws-lexmodelsv2 dev.zio%zio-aws-wisdom dev.zio%zio-aws-rbin dev.zio%zio-aws-route53recoveryreadiness dev.zio%zio-aws-iot1clickdevices dev.zio%zio-aws-ecs dev.zio%zio-aws-cloudwatch dev.zio%zio-aws-rum dev.zio%zio-aws-mediatailor dev.zio%zio-aws-docdb dev.zio%zio-aws-iotfleethub dev.zio%zio-aws-elasticloadbalancingv2 dev.zio%zio-aws-cloudwatchlogs dev.zio%zio-aws-pinpoint dev.zio%zio-aws-omics dev.zio%zio-aws-schemas dev.zio%zio-aws-appconfig dev.zio%zio-aws-machinelearning dev.zio%zio-aws-codepipeline dev.zio%zio-aws-auditmanager dev.zio%zio-aws-redshiftserverless dev.zio%zio-aws-opsworks dev.zio%zio-aws-identitystore dev.zio%zio-aws-mwaa dev.zio%zio-aws-m2 dev.zio%zio-aws-xray dev.zio%zio-aws-location dev.zio%zio-aws-securitylake dev.zio%zio-aws-serverlessapplicationrepository dev.zio%zio-aws-ec2instanceconnect dev.zio%zio-aws-datasync dev.zio%zio-aws-route53 dev.zio%zio-aws-licensemanagerusersubscriptions dev.zio%zio-aws-cloudsearch dev.zio%zio-aws-robomaker dev.zio%zio-aws-inspector dev.zio%zio-aws-resourceexplorer2 dev.zio%zio-aws-imagebuilder dev.zio%zio-aws-wafregional dev.zio%zio-aws-connectparticipant dev.zio%zio-aws-workdocs dev.zio%zio-aws-shield dev.zio%zio-aws-rolesanywhere dev.zio%zio-aws-account dev.zio%zio-aws-guardduty dev.zio%zio-aws-fis dev.zio%zio-aws-workspaces dev.zio%zio-aws-pricing dev.zio%zio-aws-secretsmanager dev.zio%zio-aws-kafka dev.zio%zio-aws-kinesis dev.zio%zio-aws-dax dev.zio%zio-aws-kendra dev.zio%zio-aws-mq dev.zio%zio-aws-s3control dev.zio%zio-aws-workmail dev.zio%zio-aws-signer dev.zio%zio-aws-route53recoverycluster dev.zio%zio-aws-s3outposts dev.zio%zio-aws-codestarnotifications dev.zio%zio-aws-frauddetector dev.zio%zio-aws-comprehendmedical dev.zio%zio-aws-route53resolver dev.zio%zio-aws-appsync dev.zio%zio-aws-codeguruprofiler dev.zio%zio-aws-eventbridge dev.zio%zio-aws-supportapp dev.zio%zio-aws-sagemakergeospatial dev.zio%zio-aws-simspaceweaver dev.zio%zio-aws-gamelift dev.zio%zio-aws-transcribestreaming dev.zio%zio-aws-cognitoidentityprovider dev.zio%zio-aws-migrationhub dev.zio%zio-aws-iottwinmaker dev.zio%zio-aws-pinpointsmsvoice dev.zio%zio-aws-sts dev.zio%zio-aws-computeoptimizer dev.zio%zio-aws-kafkaconnect dev.zio%zio-aws-iotsitewise dev.zio%zio-aws-snowdevicemanagement dev.zio%zio-aws-sagemakermetrics dev.zio%zio-aws-ioteventsdata dev.zio%zio-aws-networkfirewall dev.zio%zio-aws-dataexchange dev.zio%zio-aws-sagemakera2iruntime dev.zio%zio-aws-kinesisanalyticsv2 dev.zio%zio-aws-cloudfront dev.zio%zio-aws-http4s dev.zio%zio-aws-evidently dev.zio%zio-aws-migrationhuborchestrator dev.zio%zio-aws-core dev.zio%zio-aws-lookoutequipment dev.zio%zio-aws-mediapackagevod dev.zio%zio-aws-servicequotas dev.zio%zio-aws-mturk dev.zio%zio-aws-nimble dev.zio%zio-aws-cognitoidentity dev.zio%zio-aws-honeycode dev.zio%zio-aws-databrew dev.zio%zio-aws-connect dev.zio%zio-aws-acm dev.zio%zio-aws-ec2 dev.zio%zio-aws-route53domains dev.zio%zio-aws-wellarchitected dev.zio%zio-aws-personalizeevents dev.zio%zio-aws-rds dev.zio%zio-aws-ecr dev.zio%zio-aws-autoscaling dev.zio%zio-aws-customerprofiles dev.zio%zio-aws-ssooidc dev.zio%zio-aws-elastictranscoder dev.zio%zio-aws-amplify dev.zio%zio-aws-greengrass dev.zio%zio-aws-kinesisvideosignaling dev.zio%zio-aws-billingconductor dev.zio%zio-aws-neptune dev.zio%zio-aws-codestarconnections dev.zio%zio-aws-chimesdkvoice dev.zio%zio-aws-pinpointemail dev.zio%zio-aws-resiliencehub dev.zio%zio-aws-resourcegroupstaggingapi dev.zio%zio-aws-kinesisvideomedia dev.zio%zio-aws-outposts dev.zio%zio-aws-polly dev.zio%zio-aws-timestreamwrite dev.zio%zio-aws-opsworkscm dev.zio%zio-aws-rdsdata dev.zio%zio-aws-amplifyuibuilder dev.zio%zio-aws-elasticache dev.zio%zio-aws-accessanalyzer dev.zio%zio-aws-chimesdkmediapipelines dev.zio%zio-aws-ssm dev.zio%zio-aws-qldb dev.zio%zio-aws-qldbsession dev.zio%zio-aws-waf dev.zio%zio-aws-pipes dev.zio%zio-aws-kinesisvideoarchivedmedia dev.zio%zio-aws-ses dev.zio%zio-aws-efs dev.zio%zio-aws-cloudformation dev.zio%zio-aws-ebs dev.zio%zio-aws-opensearchserverless dev.zio%zio-aws-applicationdiscovery dev.zio%zio-aws-personalizeruntime dev.zio%zio-aws-medialive dev.zio%zio-aws-devopsguru dev.zio%zio-aws-fms dev.zio%zio-aws-athena dev.zio%zio-aws-iotanalytics dev.zio%zio-aws-appconfigdata dev.zio%zio-aws-opensearch dev.zio%zio-aws-alexaforbusiness dev.zio%zio-aws-rekognition dev.zio%zio-aws-ecrpublic dev.zio%zio-aws-pinpointsmsvoicev2 dev.zio%zio-aws-firehose dev.zio%zio-aws-organizations dev.zio%zio-aws-grafana dev.zio%zio-aws-transfer dev.zio%zio-aws-controltower dev.zio%zio-aws-clouddirectory dev.zio%zio-aws-iotthingsgraph dev.zio%zio-aws-drs dev.zio%zio-aws-apigateway dev.zio%zio-aws-codestar dev.zio%zio-aws-codecatalyst dev.zio%zio-aws-route53recoverycontrolconfig dev.zio%zio-aws-appmesh dev.zio%zio-aws-oam dev.zio%zio-aws-devicefarm dev.zio%zio-aws-sesv2 dev.zio%zio-aws-iotsecuretunneling dev.zio%zio-aws-ssmsap dev.zio%zio-aws-managedblockchain dev.zio%zio-aws-savingsplans dev.zio%zio-aws-marketplacecommerceanalytics dev.zio%zio-aws-backup dev.zio%zio-aws-amplifybackend dev.zio%zio-aws-cloudhsm dev.zio%zio-aws-memorydb dev.zio%zio-aws-apigatewayv2 dev.zio%zio-aws-forecast dev.zio%zio-aws-servicecatalog dev.zio%zio-aws-emr dev.zio%zio-aws-connectcontactlens dev.zio%zio-aws-applicationinsights dev.zio%zio-aws-mediastoredata dev.zio%zio-aws-connectcampaigns dev.zio%zio-aws-forecastquery dev.zio%zio-aws-iot dev.zio%zio-aws-inspector2 dev.zio%zio-aws-lightsail dev.zio%zio-aws-kms dev.zio%zio-aws-sns dev.zio%zio-aws-pi dev.zio%zio-aws-cloudwatchevents dev.zio%zio-aws-resourcegroups dev.zio%zio-aws-quicksight dev.zio%zio-aws-codecommit dev.zio%zio-aws-chimesdkidentity dev.zio%zio-aws-iotdataplane dev.zio%zio-aws-costandusagereport dev.zio%zio-aws-cognitosync dev.zio%zio-aws-redshift dev.zio%zio-aws-applicationcostprofiler dev.zio%zio-aws-workspacesweb dev.zio%zio-aws-iotjobsdataplane dev.zio%zio-aws-mediastore dev.zio%zio-aws-finspacedata dev.zio%zio-aws-mgn dev.zio%zio-aws-elasticbeanstalk dev.zio%zio-aws-ivschat dev.zio%zio-aws-comprehend dev.zio%zio-aws-textract dev.zio%zio-aws-applicationautoscaling dev.zio%zio-aws-synthetics dev.zio%zio-aws-emrserverless dev.zio%zio-aws-iotevents dev.zio%zio-aws-elasticsearch dev.zio%zio-aws-docdbelastic dev.zio%zio-aws-ssmcontacts dev.zio%zio-aws-greengrassv2 dev.zio%zio-aws-netty dev.zio%zio-aws-support dev.zio%zio-aws-iot1clickprojects dev.zio%zio-aws-sqs dev.zio%zio-aws-lookoutmetrics dev.zio%zio-aws-voiceid dev.zio%zio-aws-timestreamquery dev.zio%zio-aws-migrationhubstrategy dev.zio%zio-aws-chimesdkmeetings dev.zio%zio-aws-iotdeviceadvisor dev.zio%zio-aws-translate dev.zio%zio-aws-glacier dev.zio%zio-aws-budgets dev.zio%zio-aws-storagegateway dev.zio%zio-aws-ram dev.zio%zio-aws-apigatewaymanagementapi dev.zio%zio-aws-acmpca dev.zio%zio-aws-connectcases dev.zio%zio-aws-elasticinference dev.zio%zio-aws-elasticloadbalancing dev.zio%zio-aws-macie dev.zio%zio-aws-glue dev.zio%zio-aws-iotroborunner dev.zio%zio-aws-lexruntimev2 dev.zio%zio-aws-mediaconnect dev.zio%zio-aws-cloudsearchdomain dev.zio%zio-aws-kinesisvideowebrtcstorage dev.zio%zio-aws-appintegrations dev.zio%zio-aws-workmailmessageflow dev.zio%zio-aws-apprunner dev.zio%zio-aws-sagemakerruntime dev.zio%zio-aws-sagemaker dev.zio%zio-aws-health dev.zio%zio-aws-backupgateway dev.zio%zio-aws-chime dev.zio%zio-aws-mediaconvert dev.zio%zio-aws-directory dev.zio%zio-aws-cloudhsmv2 dev.zio%zio-aws-arczonalshift dev.zio%zio-aws-sagemakerfeaturestoreruntime dev.zio%zio-aws-marketplaceentitlement dev.zio%zio-aws-servicediscovery dev.zio%zio-aws-autoscalingplans dev.zio%zio-aws-kinesisvideo dev.zio%zio-aws-codedeploy dev.zio%zio-aws-config dev.zio%zio-aws-datapipeline dev.zio%zio-aws-directconnect dev.zio%zio-aws-privatenetworks dev.zio%zio-aws-appflow dev.zio%zio-aws-sms dev.zio%zio-aws-ssoadmin dev.zio%zio-aws-mediapackage dev.zio%zio-aws-gamesparks dev.zio%zio-aws-s3 dev.zio%zio-aws-eks dev.zio%zio-aws-swf dev.zio%zio-aws-lookoutvision dev.zio%zio-aws-amp dev.zio%zio-aws-iotwireless dev.zio%zio-aws-finspace dev.zio%zio-aws-iotfleetwise dev.zio%zio-aws-lexmodelbuilding dev.zio%zio-aws-ivs dev.zio%zio-aws-appstream dev.zio%zio-aws-lexruntime dev.zio%zio-aws-globalaccelerator dev.zio%zio-aws-chimesdkmessaging dev.zio%zio-aws-licensemanager dev.zio%zio-aws-transcribe dev.zio%zio-aws-braket dev.zio%zio-aws-sfn dev.zio%zio-aws-cloud9 dev.zio%zio-aws-cloudcontrol dev.zio%zio-aws-scheduler dev.zio%zio-aws-fsx dev.zio%zio-aws-kinesisanalytics", - "config":{ - "projects":{ - "exclude":[ - - ], - "overrides":{ - - } - }, - "java":{ - "version":"17" - }, - "sbt":{ - "commands":[ - - ], - "options":[ - - ] - }, - "mill":{ - "options":[ - - ] - }, - "tests":"compile-only", - "memoryRequestMb":6144, - "sourcePatches":[ - { - "path":"project/Common.scala", - "pattern":"val scala3Version = \"3.2.1\"", - "replaceWith":"val scala3Version = \"\"" - } - ] - } - }, "zio/zio-cache":{ "project":"zio/zio-cache", "repoUrl":"https://github.com/zio/zio-cache.git", @@ -34166,8 +34117,8 @@ "zio/zio-jdbc":{ "project":"zio/zio-jdbc", "repoUrl":"https://github.com/zio/zio-jdbc.git", - "revision":"v0.1.0", - "version":"0.1.0", + "revision":"v0.0.2", + "version":"0.0.2", "targets":"dev.zio%zio-jdbc", "config":{ "projects":{ @@ -35234,12 +35185,5 @@ } ] } - }, - "zygfryd/scala-zygf-cement":{ - "project":"zygfryd/scala-zygf-cement", - "repoUrl":"https://github.com/zygfryd/scala-zygf-cement.git", - "revision":"", - "version":"0.3.0", - "targets":"net.zygfryd%cement" } } \ No newline at end of file diff --git a/.github/workflows/buildPlan.yaml b/.github/workflows/buildPlan.yaml index cd9832f2..ba3e6215 100644 --- a/.github/workflows/buildPlan.yaml +++ b/.github/workflows/buildPlan.yaml @@ -1,7 +1,7 @@ -# projects total: 994 +# projects total: 119 # min stars count: -1 -# max projects count: 1000 +# max projects count: 0 name: "Execute Open Community Build plan" on: @@ -59,928 +59,112 @@ jobs: needs: [ setup-build ] continue-on-error: true timeout-minutes: 360 - strategy: - matrix: - include: - - name: "akka/akka" - - name: "akka/akka-http" - - name: "akka/akka-persistence-cassandra" - - name: "apache/incubator-pekko" - - name: "apache/incubator-pekko-connectors-kafka" - - name: "apache/incubator-pekko-http" - - name: "automorph-org/automorph" - - name: "babylonhealth/lit-fhir" - - name: "haifengl/smile" - - name: "hnaderi/scala-k8s" - - name: "lichess-org/lila" - - name: "nickburkard/aws-cdk-scala" - - name: "softwaremill/sttp" - - name: "softwaremill/tapir" - - name: "thoughtworksinc/dsl.scala" - - name: "zio/zio-aws" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 360 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-1: - runs-on: ubuntu-22.04 - needs: [ setup-build ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "afsalthaj/constraintless" - - name: "akka/alpakka" - - name: "apache/incubator-pekko-grpc" - - name: "apache/incubator-pekko-management" - - name: "apache/incubator-pekko-persistence-dynamodb" - - name: "com-lihaoyi/geny" - - name: "com-lihaoyi/sourcecode" - - name: "com-lihaoyi/utest" - - name: "cquiroz/scala-java-time" - - name: "davenverse/googleapis-http4s" - - name: "devlaam/leucine" - - name: "dieproht/matr" - - name: "dragonfly-ai/narr" - - name: "eed3si9n/verify" - - name: "epfl-lara/lisa" - - name: "fdietze/formidable" - - name: "fommil/jzon" - - name: "gaeljw/typetrees" - - name: "getshaka-org/native-converter" - - name: "hamnis/dataclass-scalafix" - - name: "http4s/hpack" - - name: "iheartradio/ficus" - - name: "indoorvivants/sn-bindgen" - - name: "j5ik2o/akka-persistence-s3" - - name: "jcouyang/jujiu" - - name: "jodersky/simplesql" - - name: "jvican/dijon" - - name: "kubukoz/debug-utils" - - name: "kuceramartin/tyqu" - - name: "lichess-org/lila-ws" - - name: "lichess-org/playframework-lila" - - name: "lichess-org/scalachess" - - name: "lightbend/ssl-config" - - name: "lolgab/snunit" - - name: "lunduniversity/introprog-scalalib" - - name: "max-leuthaeuser/scroll" - - name: "nafg/scala-phonenumber" - - name: "nscala-time/nscala-time" - - name: "nthportal/spaghetti" - - name: "olivierblanvillain/regsafe" - - name: "openmole/scaladget" - - name: "otavia-projects/mill-rust-jni" - - name: "outr/perfolation" - - name: "pityka/aten-scala" - - name: "rssh/dotty-cps-async" - - name: "sake92/squery" - - name: "sangria-graphql/sangria-streaming-api" - - name: "sbt/sbt-jni" - - name: "scala-cli/libdaemon-jvm" - - name: "scala-interop/slinc" - - name: "scala-js/scala-js-stubs" - - name: "scala-ts/scala-ts" - - name: "scala/scala-collection-compat" - - name: "scala/scala-collection-contrib" - - name: "scala/scala-java8-compat" - - name: "scala/scala-parallel-collections" - - name: "scala/scala-parser-combinators" - - name: "scala/scala-xml" - - name: "scalameta/metals" - - name: "scalqa/scalqa" - - name: "sciss/fileutil" - - name: "sciss/raphaelicons" - - name: "sciss/treetable" - - name: "sirthias/macrolizer" - - name: "softwaremill/magnolia" - - name: "softwaremill/odelay" - - name: "softwaremill/scala-common" - - name: "spray/spray" - - name: "t2v/holidays" - - name: "tabdulradi/happypath" - - name: "themillhousegroup/scoup" - - name: "typelevel/literally" - - name: "typelevel/scalacheck" - - name: "typelevel/simulacrum-scalafix" - - name: "xuwei-k/nobox" - - name: "zio/zio-morphir" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-2: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-1 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "47degrees/scalacheck-toolbox" - - name: "com-lihaoyi/castor" - - name: "com-lihaoyi/fansi" - - name: "com-lihaoyi/fastparse" - - name: "com-lihaoyi/mainargs" - - name: "com-lihaoyi/os-lib" - - name: "com-lihaoyi/requests-scala" - - name: "com-lihaoyi/scalatags" - - name: "donderom/llm4s" - - name: "dragonfly-ai/vector" - - name: "eed3si9n/expecty" - - name: "ekrich/sconfig" - - name: "fomkin/levsha" - - name: "ichoran/kse3" - - name: "jd557/minart" - - name: "martinhh/scalacheck-derived" - - name: "monix/minitest" - - name: "sbt-jib/sbt-jib" - - name: "sbt/sbinary" - - name: "sbt/sbt-dynver" - - name: "scalacenter/simple-rockets-compiler" - - name: "scalameta/munit" - - name: "scalapb/protobuf-scala-runtime" - - name: "scalatest/scalatest" - - name: "scalaz/scalaz" - - name: "sciss/desktop" - - name: "scopt/scopt" - - name: "simy4/coregex" - - name: "sirthias/parboiled2" - - name: "slick/slick" - - name: "suzaku-io/boopickle" - - name: "typelevel/discipline" - - name: "typelevel/jawn" - - name: "typelevel/scalacheck-xml" - - name: "wz7982/easysql-scala" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-3: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-2 ] - continue-on-error: true - timeout-minutes: 360 strategy: matrix: include: - name: "2m/yabai-scala" - - name: "47degrees/munit-akka" - - name: "aaronp/args4c" - - name: "aaronp/eie" - - name: "akka/akka-diagnostics" - - name: "akka/akka-persistence-r2dbc" - - name: "akka/alpakka-kafka" - - name: "altoo-ag/akka-kryo-serialization" - - name: "altoo-ag/scala-kryo-serialization" - - name: "andyglow/scala-range" - - name: "andyglow/scala-xml-diff" - - name: "andyglow/typesafe-config-scala" - - name: "arainko/ducktape" - - name: "ariskk/burner4s" - - name: "arturopala/buffer-and-slice" + - name: "abdolence/circe-tagged-adt-codec" + - name: "adampingel/axle-cicd" + - name: "alexandru/alexandru" + - name: "alexarchambault/scalacon-2022-demo" + - name: "alexarchambault/scalacon2022-demo" + - name: "almond-sh/almond" + - name: "aptusproject/aptus-core" - name: "arturopala/gitignore" - - name: "arturopala/validator" - - name: "ashwinbhaskar/sight-scala" - - name: "atry/html.scala" - - name: "autodeployai/pmml4s" - - name: "bitmarck-service/base32check-scala" - - name: "blemale/scaffeine" - - name: "bpholt/java-time-literals" - - name: "carlosedp/riscvassembler" - - name: "carlosedp/scalautils" - - name: "changvvb/scala-protobuf-java" - - name: "chrisokasaki/hwtest" - - name: "chronoscala/chronoscala" - - name: "ciaraobrien/dottytags" - - name: "codacy/codacy-plugins-api" - - name: "codingwell/scala-guice" - - name: "com-lihaoyi/pprint" - - name: "cornerman/scala-cuid" - - name: "cquiroz/sbt-locales" - - name: "dacr/drools-scripting" - - name: "dacr/jassh" - - name: "dacr/primes" - - name: "davegurnell/unindent" - - name: "dragonfly-ai/cliviz" - - name: "dragonfly-ai/matrix" - - name: "dvgica/healthful" - - name: "dvreeze/yaidom" - - name: "eed3si9n/gigahorse" - - name: "eed3si9n/sjson-new" - - name: "embeddedkafka/embedded-kafka" - - name: "enriquerodbe/borsh4s" - - name: "erikvanoosten/metrics-scala" - - name: "failurewall/failurewall" - - name: "fasterxml/jackson-module-scala" - - name: "fgrutsch/akka-persistence-mapdb" - - name: "fmonniot/scala3mock" - - name: "foundweekends/knockoff" - - name: "frugalmechanic/fm-common" - - name: "frugalmechanic/scala-optparse" - - name: "gekomad/scala-compress" - - name: "ghik/anodi" - - name: "giabao/paho-akka" - - name: "giiita/refuel" - - name: "greenfossil/commons-i18n" - - name: "greenfossil/commons-json" - - name: "greenleafoss/green-leaf-mongo" - - name: "guardian/fastly-api-client" - - name: "guardian/pa-football-client" - - name: "guntiso/mojoz" - - name: "gzoller/scalajack" - - name: "hedgehogqa/scala-hedgehog" - - name: "hseeberger/slf4s" - - name: "http4s/http4s-finagle" - - name: "i10416/cssminifier" - - name: "i10416/munkres" - - name: "ij-plugins/ijp-javacv" - - name: "ij-plugins/ijp-toolkit" - - name: "indoorvivants/rendition" - - name: "irevive/union-derivation" - - name: "j5ik2o/base64scala" - - name: "j5ik2o/docker-controller-scala" - - name: "j5ik2o/intervals-scala" - - name: "jandom-devel/scalafix" - - name: "jcouyang/dhall-generic" - - name: "jcouyang/meow" - - name: "jd557/interim" - - name: "jozic/scalaj" - - name: "jozic/scalax-collection" - - name: "jphmrst/bps" - - name: "kcrypt/scala-biginteger" - - name: "kcrypt/scala-blake3" - - name: "kcrypt/scala-sha" - - name: "kolotaev/ride" - - name: "lambdaworks/scountries" - - name: "lightbend-labs/lightbend-emoji" - - name: "lightbend-labs/scala-logging" - - name: "lightbend/mima" - - name: "lloydmeta/ltsv-logger" - - name: "log4s/log4s" - - name: "lomigmegard/akka-http-cors" - - name: "lorandszakacs/enclosure" - - name: "losizm/grapple" - - name: "losizm/little-json" - - name: "losizm/little-time" - - name: "losizm/scamper" - - name: "makiftutuncu/effect" - - name: "makingthematrix/signals3" - - name: "malliina/mobile-push" - - name: "marchliu/jaskell-dotty" - - name: "mateuszkubuszok/pipez" - - name: "metarank/cfor" - - name: "mixql/mixql-core" - - name: "monix/implicitbox" - - name: "nafg/css-dsl" - - name: "note/mini-refined" - - name: "nremond/pbkdf2-scala" - - name: "ohze/akka-guice" - - name: "ohze/php-utils" - - name: "outr/lucene4s" - - name: "outr/reactify" - - name: "paoloboni/spray-json-derived-codecs" - - name: "pathikrit/better-files" - - name: "petitviolet/scala-operator" - - name: "phenoscape/scowl" - - name: "pityka/pairwisealignment" - - name: "pjfanning/micrometer-akka" - - name: "pjfanning/micrometer-pekko" - - name: "playframework/cachecontrol" - - name: "playframework/twirl" - - name: "plokhotnyuk/fast-string-interpolator" - - name: "plokhotnyuk/rtree2d" - - name: "polyvariant/colorize-scala" - - name: "postgresql-async/postgresql-async" - - name: "purplekingdomgames/ultraviolet" - - name: "raquo/scala-dom-types" - - name: "rescala-lang/rescala" - - name: "rssh/trackedfuture" - - name: "rtyley/scala-collection-plus" - - name: "rtyley/scala-textmatching" - - name: "sake92/hepek" - - name: "sangria-graphql/macro-visit" - - name: "sangria-graphql/sangria-marshalling-api" - - name: "sbt/io" - - name: "scala-native/scala-native" - - name: "scala-tessella/ring-seq" - - name: "scala-tsi/scala-tsi" - - name: "scala-workers/commons-lang3-bridge" - - name: "scala/scala-swing" - - name: "scalacenter/tasty-query" - - name: "scalafx/scalafx" - - name: "scalapb/scalapb" - - name: "scalaprops/scalaprops" - - name: "scalapy/python-native-libs" - - name: "scalapy/scalapy" - - name: "scalatest/scalatestplus-junit" - - name: "scalatest/scalatestplus-mockito" - - name: "scalatest/scalatestplus-scalacheck" - - name: "scalatest/scalatestplus-selenium" - - name: "scalikejdbc/scalikejdbc" - - name: "scallop/scallop" - - name: "scf37/config3" - - name: "scf37/hottie" - - name: "sciss/audiofile" - - name: "sciss/fingertree" - - name: "sciss/kollflitz" - - name: "sciss/numbers" - - name: "sciss/scalaosc" - - name: "sciss/topology" - - name: "scodec/scodec-bits" - - name: "scoverage/scalac-scoverage-plugin" - - name: "sellmerfud/optparse" - - name: "sfxcode/pebble-scala" - - name: "sh4869/semver-parser-scala" - - name: "sherpal/url-dsl" - - name: "sirthias/scala-ssh" - - name: "sirthias/spliff" - - name: "smootoo/tablediff" - - name: "softwaremill/macwire" - - name: "softwaremill/ox" - - name: "softwaremill/quicklens" - - name: "softwaremill/retry" - - name: "softwaremill/sttp-model" - - name: "spotify/featran" - - name: "squeryl/squeryl" - - name: "staeff777/scalaveusz" - - name: "sullis/jms-testkit" - - name: "sweet-delights/delightful-cron" - - name: "tabdulradi/nullable" - - name: "takezoe/scala-jdbc" - - name: "takezoe/solr-scala-client" - - name: "tarao/collection-scala" - - name: "testcontainers/testcontainers-scala" - - name: "thoughtworksinc/binding.scala" - - name: "thoughtworksinc/tryt.scala" - - name: "tofu-tf/cherry" - - name: "tototoshi/scala-csv" - - name: "tpolecat/sourcepos" - - name: "tpolecat/typename" - - name: "typelevel/discipline-munit" - - name: "typelevel/discipline-scalatest" - - name: "typelevel/fabric" - - name: "typelevel/scalac-compat" - - name: "typelevel/scalac-options" - - name: "typelevel/squants" - - name: "vincenzobaz/spark-scala3" - - name: "wangzaixiang/scala-sql" - - name: "whisklabs/docker-it-scala" - - name: "wolfendale/scalacheck-gen-regexp" - - name: "wvlet/airframe" - - name: "xuwei-k/applybuilder" - - name: "xuwei-k/iarray" - - name: "xuwei-k/zeroapply" - - name: "zero-deps/proto" - - name: "zio/izumi-reflect" - - name: "zygfryd/scala-zygf-cement" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-4: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-3 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "akka/akka-grpc" - - name: "akka/akka-management" - - name: "atry/futurebinding.scala" - - name: "augustnagro/magnum" - - name: "cquiroz/scala-java-locales" - - name: "cucumber/cucumber-jvm-scala" - - name: "dvreeze/tqa" - - name: "embeddedkafka/embedded-kafka-schema-registry" - - name: "frugalmechanic/fm-lazyseq" - - name: "frugalmechanic/fm-serializer" - - name: "gekomad/scala-regex-collection" - - name: "gmethvin/directory-watcher" - - name: "greenfossil/data-mapping" - - name: "herminiogg/shexml" - - name: "ij-plugins/ijp-color" - - name: "ij-plugins/ijp-debayer2sx" - - name: "ij-plugins/ijp-scala-console" + - name: "atedeg/scala-release" + - name: "beangle/commons" + - name: "carlos-verdes/funkode" + - name: "caspercommunityio/casper-scala-sdk" + - name: "cchantep/play-reactivemongo" + - name: "com-lihaoyi/ammonite" + - name: "coursier/dependency" + - name: "cucumber/action-publish-sbt" + - name: "dacr/lorem-ipsum" + - name: "dataoperandz/cassper" + - name: "davidledwards/zookeeper" + - name: "dmurvihill/courier" + - name: "dmytromitin/dotty-patched" + - name: "e257-fi/dirsuite" + - name: "eclipse-pass/pass-java-client" + - name: "eed3si9n/sbt-coursier" + - name: "emartech/escher-akka-http" + - name: "errors4s/errors4s-core-circe" + - name: "es-meta/esmeta" + - name: "fehu/opentracing-scala" + - name: "finos/morphir-scala" + - name: "guardian/support-frontend" + - name: "gzoller/scala-reflection" + - name: "ichoran/kse3" + - name: "iltotore/iron" - name: "inkytonik/kiama" - name: "j-mie6/parsley" + - name: "jcouyang/meow" - name: "jelly-rdf/jelly-jvm" - - name: "jobial-io/scase" - - name: "json4s/json4s" - - name: "juliano/pokeapi-scala" - - name: "kevin-lee/just-semver" - - name: "metarank/ltrlib" - - name: "msgpack4z/msgpack4z-core" - - name: "norbert-radyk/spoiwo" - - name: "nrinaudo/kantan.parsers" - - name: "outr/profig" - - name: "pjfanning/jackson-module-enumeratum" - - name: "pjfanning/jackson-module-scala3-enum" - - name: "rallyhealth/scalacheck-ops" - - name: "rediscala/rediscala" - - name: "rtyley/line-break-preserving-line-splitting" - - name: "sangria-graphql/sangria-ion" - - name: "sangria-graphql/sangria-msgpack" - - name: "sangria-graphql/sangria-spray-json" - - name: "scala-native/scala-native-cli" - - name: "scala-stm/scala-stm" - - name: "scalacenter/scala-debug-adapter" - - name: "scalacenter/tasty-mima" - - name: "scalapb-json/scalapb-json-common" - - name: "scalapb/common-protos" - - name: "scalapb/scalapb-grpcweb" - - name: "scalikejdbc/scalikejdbc-async" - - name: "scalikejdbc/scalikejdbc-play-support" - - name: "sciss/scalacolliderugens" - - name: "sciss/scissdsp" - - name: "scodec/scodec" - - name: "seratch/awscala" - - name: "shiftleftsecurity/overflowdb" - - name: "shiftleftsecurity/overflowdb-codegen" - - name: "softwaremill/scala-id-generator" - - name: "softwaremill/tapir-loom" - - name: "stryker-mutator/stryker4s" - - name: "swagger-akka-http/swagger-scala-module" - - name: "tinkoff/oolong" - - name: "tkrs/fluflu" - - name: "tototoshi/slick-joda-mapper" - - name: "twitter/util" - - name: "typelevel/cats" - - name: "vagmcs/optimus" - - name: "virtuslab/scala-yaml" - - name: "xuwei-k/optparse-applicative" - - name: "zio/zio" - - name: "zio/zio-quill" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-5: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-4 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "akka/akka-projection" - - name: "andyglow/websocket-scala-client" - - name: "ariskk/flink4s" - - name: "armanbilge/litter" - - name: "bcarter97/id-generator" - - name: "bilal-fazlani/zio-ulid" - - name: "billzabob/fordeckmacia" - - name: "bitlap/rolls" - - name: "carlosedp/zio-channel" - - name: "clulab/processors" - - name: "codedx/mapk" - - name: "dacr/zio-worksheet" - - name: "davenverse/cats-scalacheck" - - name: "disneystreaming/alloy" - - name: "dobrynya/zio-jms" - - name: "dvgica/managerial" - - name: "earogov/ordset" - - name: "findify/flink-adt" - - name: "frugalmechanic/fm-flatfile" - - name: "fthomas/status-page" - - name: "gchudnov/swearwolf" - - name: "geirolz/fluent-copy" - - name: "geirolz/scope" - - name: "greenfossil/thorium" - - name: "hmemcpy/zio-clippy" - - name: "inoio/solrs" - - name: "j-mie6/parsley-cats" - - name: "japgolly/univeq" - - name: "jatcwang/difflicious" - - name: "jczuchnowski/zio-pulsar" - - name: "jkobejs/cron" - - name: "kitlangton/animus" - - name: "kitlangton/quotidian" - - name: "kubukoz/drops" - - name: "marcinzh/turbolift" - - name: "marcinzh/yamlike" - - name: "msgpack4z/msgpack4z-jawn" - - name: "noelwelsh/mads" - - name: "outr/scalapass" - - name: "palanga/parana" - - name: "palanga/zio-cassandra" - - name: "pjfanning/zio-metrics-micrometer" - - name: "polynote/uzhttp" - - name: "poslegm/munit-zio" - - name: "scalapb/scalapb-json4s" - - name: "scalapb/scalapb-validate" - - name: "scalapb/zio-grpc" - - name: "sciss/lucre" - - name: "sciss/scalacollider" - - name: "scodec/scodec-cats" - - name: "shiftleftsecurity/codepropertygraph" - - name: "sideeffffect/zio-testcontainers" - - name: "sksamuel/avro4s" - - name: "sky-uk/kafka-topic-loader" - - name: "swagger-akka-http/swagger-enumeratum-module" - - name: "tharwaninitin/cron4zio" - - name: "thoughtworksinc/bindable.scala" - - name: "tomasmikula/libretto" - - name: "tomasmikula/nutcracker" - - name: "typelevel/case-insensitive" - - name: "typelevel/cats-collections" - - name: "typelevel/cats-mtl" - - name: "typelevel/cats-parse" - - name: "typelevel/cats-tagless" - - name: "typelevel/cats-testkit-scalatest" - - name: "typelevel/cats-time" - - name: "typelevel/idna4s" - - name: "typelevel/monoids" - - name: "typelevel/mouse" - - name: "typelevel/paiges" - - name: "typelevel/shapeless-3" - - name: "typelevel/spire" - - name: "vitaliihonta/zio-temporal" - - name: "vladkopanev/zio-saga" - - name: "yakivy/dupin" - - name: "zio/interop-guava" - - name: "zio/interop-reactive-streams" - - name: "zio/zio-cache" - - name: "zio/zio-nio" - - name: "zio/zio-parser" - - name: "zio/zio-profiling" - - name: "zio/zio-rocksdb" - - name: "zio/zio-test-intellij" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-6: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-5 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "dvreeze/xpathparser" - - name: "dwickern/scala-nameof" - - name: "endpoints4s/endpoints4s" - - name: "findify/flink-scala-api" - - name: "higherkindness/droste" - - name: "ironcorelabs/cats-scalatest" - - name: "johnspade/csv3s" - - name: "lemonlabsuk/scala-uri" - - name: "milessabin/shapeless" - - name: "sagifogel/proptics" - - name: "scalameta/metaconfig" - - name: "scalanlp/breeze" - - name: "scalaprops/scalaprops-shapeless" - - name: "sciss/scalacolliderswing" - - name: "systemfw/dynosaur" - - name: "theiterators/sealed-monad" - - name: "typelevel/coop" - - name: "typelevel/kittens" - - name: "y-yu/slick-bulk-insert" - - name: "zeal18/zio-mongodb" - - name: "zio/zio-logging" - - name: "zio/zio-s3" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-7: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-6 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "bitlap/scalikejdbc-helper" - - name: "cheleb/zio-pravega" - - name: "geirolz/advxml" - - name: "lambdaworks/scurl-detector" - - name: "ollls/zio-quartz-h2" - - name: "scalameta/mdoc" - - name: "sciss/soundprocesses" - - name: "svroonland/zio-kinesis" - - name: "tharwaninitin/gcp4zio" - - name: "unibas-gravis/scalismo" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-8: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-7 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "darrenjw/scala-glm" - - name: "darrenjw/scala-smfsb" - - name: "flink-extended/flink-scala-api" - - name: "sciss/patterns" - - name: "sciss/wolkenpumpe" - - name: "stryker-mutator/weapon-regex" - - name: "zio/zio-constraintless" - - name: "zio/zio-ftp" - - name: "zio/zio-kafka" - - name: "zio/zio-mock" - - name: "zio/zio-optics" - - name: "zio/zio-prelude" - - name: "zio/zio-process" - - name: "zio/zio-query" - - name: "zio/zio-sql" - - name: "zio/zio-telemetry" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-9: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-8 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "kitlangton/zio-tui" - - name: "stuartapp/zcaffeine" - - name: "svroonland/zio-amqp" - - name: "univalence/zio-spark" - - name: "zio/zio-direct" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-10: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-9 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "etorreborre/specs2" - - name: "japgolly/microlibs-scala" - - name: "japgolly/nyaya" - - name: "outr/scribe" - - name: "outr/spice" - - name: "reactivemongo/reactivemongo" - - name: "reactivemongo/reactivemongo-bson" - - name: "typelevel/cats-effect" - - name: "zio/zio-config" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-11: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-10 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "alexarchambault/case-app" - - name: "alterationx10/opinionated-zio" - - name: "ant8e/uuid4cats-effect" - - name: "argonaut-io/argonaut" - - name: "asflierl/sglicko2" - - name: "benhutchison/scalaswingcontrib" - - name: "carueda/tscfg" - - name: "cb372/cats-retry" - - name: "davenverse/clippette" - - name: "davenverse/epimetheus" - - name: "davenverse/keysemaphore" - - name: "davenverse/lock" - - name: "davenverse/mapref" - - name: "enragedginger/akka-quartz-scheduler" - - name: "evolution-gaming/scache" - - name: "folone/poi.scala" - - name: "geirolz/cats-xml" - - name: "geirolz/fly4s" - - name: "indoorvivants/mdoc-effect" - - name: "itv/quartz4s" - - name: "janstenpickle/hotswap-ref" - - name: "japgolly/clear-config" - - name: "japgolly/scala-graal" - - name: "japgolly/scalacss" - - name: "japgolly/test-state" - - name: "kamon-io/kamon" - - name: "lhns/munit-tagless-final" - - name: "liquibase4s/liquibase4s" - - name: "monix/monix" - - name: "nafg/simpleivr" - - name: "outr/mailgun4s" - - name: "outr/robobrowser" - - name: "ovotech/meters4s" - - name: "playframework/play-file-watch" - - name: "playframework/play-json" - - name: "playframework/play-ws" - - name: "ppurang/abctemplates" - - name: "ppurang/asynch" - - name: "reactivemongo/reactivemongo-play-json" - - name: "reactivemongo/reactivemongo-streaming" - - name: "ruippeixotog/akka-testkit-specs2" - - name: "ruippeixotog/scala-scraper" - - name: "scalatra/scalatra" - - name: "svroonland/rezilience" - - name: "thatscalaguy/ulid4cats" - - name: "tkrs/orcus" - - name: "tototoshi/nyanda" - - name: "tpolecat/pool-party" - - name: "travisbrown/iteratee" - - name: "typelevel/bobcats" - - name: "typelevel/cats-effect-testing" - - name: "typelevel/discipline-specs2" - - name: "typelevel/munit-cats-effect" - - name: "typelevel/scalacheck-effect" - - name: "typelevel/unique" - - name: "ua-parser/uap-scala" - - name: "unfiltered/unfiltered" - - name: "virtuslab/avocado" - - name: "xebia-functional/fetch" - - name: "yakivy/jam" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-12: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-11 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "akiomik/cats-nio-file" - - name: "cchantep/acolyte" - - name: "cequence-io/openai-scala-client" - - name: "cequence-io/pinecone-scala" - - name: "comcast/ip4s" - - name: "davenverse/cats-effect-time" - - name: "davenverse/circuit" - - name: "davenverse/crossplatformioapp" - - name: "davenverse/mules" - - name: "davenverse/single-fibered" - - name: "emergentorder/onnx-scala" - - name: "foundweekends/pamflet" - - name: "hagay3/skuber" - - name: "http4s/http4s-crypto" - - name: "kailuowang/mau" - - name: "kevin-lee/effectie" - - name: "lancewalton/treelog" - - name: "monix/monix-bio" - - name: "monix/monix-testing" - - name: "msgpack4z/msgpack4z-argonaut" - - name: "msgpack4z/msgpack4z-play" - - name: "ohze/couchbase-scala" + - name: "joan38/kubernetes-client" + - name: "johnhungerford/generic-schema" + - name: "jphmrst/scala-automata" + - name: "jphmrst/scala-outlines" + - name: "jsfwa/zio-cassandra" + - name: "jvican/dijon" + - name: "kag0/ninny-json" + - name: "kailuowang/pencil" + - name: "karazinscalausersgroup/circe-literal-extras" + - name: "kevin-lee/can-equal" + - name: "kevin-lee/extras" + - name: "kevin-lee/just-fp" + - name: "labra/srdf" + - name: "laserdisc-io/fs2-aws" + - name: "line/armeria" + - name: "lorandszakacs/sprout" + - name: "makenowjust-labs/lite" + - name: "mdedetrich/scalajson" + - name: "mpollmeier/scala-repl-pp" + - name: "msgpack4z/msgpack4z-native" + - name: "neandertech/jsonrpclib" + - name: "nrinaudo/kantan.repl" + - name: "nrktkt/ninny-json" + - name: "oleg-py/shironeko" + - name: "openlink/virtuoso-opensource" + - name: "outr/testy" + - name: "oyvindberg/bleep" + - name: "oyvindberg/tui-scala" + - name: "pdal/java" + - name: "percontmx/cfdi" + - name: "pityka/aten-scala" + - name: "pjfanning/scala3-reflection" - name: "playframework/playframework" - - name: "purplekingdomgames/tyrian" - - name: "sangria-graphql/sangria-argonaut" - - name: "sangria-graphql/sangria-monix" - - name: "sangria-graphql/sangria-play-json" - - name: "scalapb-json/scalapb-argonaut" - - name: "timwspence/cats-stm" - - name: "typelevel/cats-effect-cps" - - name: "typelevel/keypool" - - name: "typelevel/log4cats" - - name: "typelevel/twiddles" - - name: "typelevel/vault" - - name: "vladkopanev/cats-saga" - - name: "xuwei-k/httpz" - - name: "xuwei-k/jwt-scala" - - name: "xuwei-k/unused-proto" - - name: "yoohaemin/decrel" - - name: "zengularity/benji" - - name: "zio/interop-monix" + - name: "primetalk/typed-ontology" + - name: "quafadas/scautable" + - name: "rmgk/slips" + - name: "rocketfuel/sdbc" + - name: "rssh/scala-gopher" + - name: "sbrunk/tokenizers-scala" + - name: "scala-js/scala-js-macrotask-executor" + - name: "scalax/simple" + - name: "sciss/processor" + - name: "sciss/scala-chart" + - name: "sciss/serial" + - name: "sciss/swingplus" + - name: "sdrafahl/migratepipeline" + - name: "sensorsdata/sa-sdk-android-plugin2" + - name: "simy4/xpath-to-xml" + - name: "stryker-mutator/mutation-testing-elements" + - name: "tabdulradi/mazboot" + - name: "tinkoff/phobos" + - name: "tlsomers/scala-suspendable" + - name: "virtuslab/pretty-stacktraces" + - name: "wangzaixiang/wjson" + - name: "wireapp/wire-signals" + - name: "xebia-functional/xef" + - name: "xuwei-k/wartremover-scalikejdbc" + - name: "zio/zio-aws" + - name: "zygfryd/scala-zygf-cement" steps: - name: "Git Checkout" uses: actions/checkout@v3 - name: "Build project" uses: ./.github/actions/build-project - timeout-minutes: 60 + timeout-minutes: 360 with: project-name: ${{ matrix.name }} extra-scalac-options: ${{ inputs.extra-scalac-options }} @@ -989,23 +173,31 @@ jobs: maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-13: + stage-1: runs-on: ubuntu-22.04 - needs: [ setup-build, stage-12 ] + needs: [ setup-build ] continue-on-error: true timeout-minutes: 360 strategy: matrix: include: - - name: "fiatjaf/scoin" + - name: "beangle/boot" + - name: "beangle/cache" + - name: "beangle/cdi" + - name: "beangle/data" + - name: "beangle/template" + - name: "beangle/web" - name: "kevin-lee/logger-f" - - name: "permutive-engineering/prometheus4cats" - - name: "playframework/anorm" - - name: "playframework/play-ebean" + - name: "kevin-lee/maven2sbt" + - name: "pjfanning/jackson-scala3-reflection-extensions" - name: "playframework/play-mailer" - - name: "playframework/play-slick" - name: "playframework/scalatestplus-play" - - name: "typelevel/fs2" + - name: "pme123/camundala-dsl" + - name: "sciss/fscape-next" + - name: "sciss/pdflitz" + - name: "sciss/scalainterpreterpane" + - name: "sciss/span" + - name: "vigoo/zio-aws" - name: "webjars/webjars-play" steps: - name: "Git Checkout" @@ -1021,475 +213,16 @@ jobs: maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-14: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-13 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "armanbilge/calico" - - name: "armanbilge/porcupine" - - name: "armanbilge/schrodinger" - - name: "armanbilge/van-cats" - - name: "creativescala/doodle" - - name: "davenverse/catscript" - - name: "davenverse/process" - - name: "disneystreaming/weaver-test" - - name: "durban/choam" - - name: "dwolla/fs2-aws" - - name: "eikek/binny" - - name: "fehu/opentracing-scala" - - name: "filosganga/batcher" - - name: "fingo/spata" - - name: "fs2-blobstore/fs2-blobstore" - - name: "gekomad/itto-csv" - - name: "jwojnowski/fs2-aes" - - name: "keirlawson/fs2-progress" - - name: "kovstas/fs2-throttler" - - name: "laserdisc-io/log-effect" - - name: "lhns/fs2-compress" - - name: "mjakubowski84/parquet4s" - - name: "mkroli/dns4s" - - name: "naoh87/lettucef" - - name: "ollls/quartz-h2" - - name: "outr/scarango" - - name: "profunktor/redis4cats" - - name: "pureharm/pureharm-aws" - - name: "regis-leray/fs2-ftp" - - name: "rssh/cps-async-connect" - - name: "rustedbones/taxonomy" - - name: "scalawilliam/xs4s" - - name: "scanamo/scanamo" - - name: "scodec/scodec-stream" - - name: "softwaremill/sttp-shared" - - name: "systemfw/upperbound" - - name: "thedrawingcoder-gamer/swing.io" - - name: "tinkoff/phobos" - - name: "trace4cats/trace4cats" - - name: "typelevel/fs2-grpc" - - name: "typelevel/jawn-fs2" - - name: "typelevel/otel4s" - - name: "zio/interop-cats" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-15: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-14 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "indoorvivants/weaver-playwright" - - name: "kaizen-solutions/virgil" - - name: "mvv/sager" - - name: "polyvariant/scala-git-markers" - - name: "polyvariant/treesitter4s" - - name: "rustedbones/scout" - - name: "scodec/scodec-protocols" - - name: "trace4cats/trace4cats-tail-sampling-extras" - - name: "trace4cats/trace4cats-zio" - - name: "typelevel/catapult" - - name: "user-signal/fs2-mqtt" - - name: "vigoo/prox" - - name: "zio/zio-connect" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-16: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-15 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "2m/ciris-hocon" - - name: "ahjohannessen/sec" - - name: "almond-sh/almond" - - name: "analogweb/analogweb-scala" - - name: "armanbilge/bayou" - - name: "armanbilge/circe-scala-yaml" - - name: "armanbilge/scala-native-config-brew" - - name: "atnos-org/eff" - - name: "avast/datadog4s" - - name: "banno/vault4s" - - name: "bilal-fazlani/zio-maelstrom" - - name: "bkirwi/decline" - - name: "blackdoor/jose" - - name: "bot4s/zmatrix" - - name: "camunda-community-hub/camunda-dmn-tester" - - name: "cb372/scalacache" - - name: "chatwork/scala-jwk" - - name: "circe/circe" - - name: "circe/circe-config" - - name: "circe/circe-fs2" - - name: "circe/circe-jackson" - - name: "circe/circe-yaml" - - name: "clevercloud/pulsar4s" - - name: "cognitedata/cognite-sdk-scala" - - name: "com-lihaoyi/cask" - - name: "com-lihaoyi/upickle" - - name: "dacr/code-examples-manager" - - name: "dacr/zio-lmdb" - - name: "dapperware/zio-slack" - - name: "data-tools/big-data-types" - - name: "davenverse/circuit-http4s" - - name: "davenverse/epimetheus-http4s" - - name: "davenverse/http4s-grpc" - - name: "davenverse/mules-http4s" - - name: "davenverse/rediculous" - - name: "delimobil/cabbit" - - name: "dylemma/xml-spac" - - name: "eikek/emil" - - name: "eikek/yamusca" - - name: "erikerlandson/coulomb" - - name: "eventstore/eventstore.jvm" - - name: "evolution-gaming/derivation" - - name: "fabiopinheiro/scala-did" - - name: "fd4s/fs2-kafka" - - name: "fd4s/vulcan" - - name: "filosganga/jsonpath" - - name: "fomkin/korolev" - - name: "fthomas/fs2-cron" - - name: "fthomas/refined" - - name: "gaelrenoux/tranzactio" - - name: "geirolz/erules" - - name: "gemini-hlsw/crystal" - - name: "gemini-hlsw/lucuma-refined" - - name: "gemini-hlsw/refined-algebra" - - name: "getkyo/kyo" - - name: "gnieh/diffson" - - name: "higherkindness/mu-scala" - - name: "hnaderi/named-codec" - - name: "http4s/blaze" - - name: "http4s/http4s" - - name: "http4s/http4s-armeria" - - name: "http4s/http4s-fabric" - - name: "http4s/http4s-jdk-http-client" - - name: "http4s/http4s-prometheus-metrics" - - name: "http4s/http4s-scala-xml" - - name: "http4s/http4s-scalatags" - - name: "http4s/http4s-servlet" - - name: "http4s/http4s-session" - - name: "http4s/http4s-twirl" - - name: "imaxmelnyk/openai-scala" - - name: "jap-company/fields" - - name: "jchapuis/fs2-kafka-mock" - - name: "jilen/play-circe" - - name: "jmcardon/tsec" - - name: "jodersky/scala-argparse" - - name: "jodersky/scalapb-ujson" - - name: "jodersky/yamlesque" - - name: "johnspade/tgbot-utils" - - name: "katrix/perspective" - - name: "katrix/typenbt" - - name: "kiberstender/fjwt" - - name: "kierendavies/skunk-migrate" - - name: "kory33/s2mc-test" - - name: "koterpillar/refinery" - - name: "kovacshuni/circe-config" - - name: "lhns/http4s-errors" - - name: "lhns/remote-io" - - name: "lloydmeta/enumeratum" - - name: "m2-oss/calypso" - - name: "medeia/medeia" - - name: "monix/monix-connect" - - name: "mpollmeier/scala-repl-pp" - - name: "msgpack4z/msgpack4z-circe" - - name: "narma/tranzactio" - - name: "nau/scalus" - - name: "note/dhallj-magnolia" - - name: "ollls/zio-tls-http" - - name: "openmole/gridscale" - - name: "openmole/mgo" - - name: "optics-dev/monocle" - - name: "oranda/libanius" - - name: "ovotech/ciris-aws-secretsmanager" - - name: "phaller/spores3" - - name: "pityka/nspl" - - name: "plokhotnyuk/jsoniter-scala" - - name: "polystat/odin" - - name: "polyvariant/caliban-gitlab" - - name: "profunktor/fs2-rabbit" - - name: "profunktor/neutron" - - name: "pureconfig/pureconfig" - - name: "raquo/waypoint" - - name: "reactivecore/rc-circe-json-schema" - - name: "rewards-network/combos" - - name: "rewards-network/pure-aws" - - name: "sageserpent-open/americium" - - name: "sangria-graphql/sangria-circe" - - name: "sangria-graphql/sangria-relay" - - name: "sangria-graphql/sangria-slowlog" - - name: "scala-cli/scala-cli-signing" - - name: "scala/toolkit" - - name: "scalapb-json/scalapb-circe" - - name: "scalax/simple" - - name: "sfxcode/sapphire-data" - - name: "shastick/zio-prefetcher" - - name: "shiftleftsecurity/js2cpg" - - name: "sirthias/borer" - - name: "snowplow/snowplow-scala-analytics-sdk" - - name: "softwaremill/diffx" - - name: "softwaremill/sttp-openai" - - name: "spaceteams/scala-json-logging" - - name: "taig/babel" - - name: "tharwaninitin/etlflow" - - name: "thatscalaguy/circe-jq" - - name: "timbertson/foperator" - - name: "tofu-tf/glass" - - name: "tpolecat/atto" - - name: "trace4cats/trace4cats-avro" - - name: "trace4cats/trace4cats-exporter-http" - - name: "trace4cats/trace4cats-http4s" - - name: "trace4cats/trace4cats-kafka" - - name: "trace4cats/trace4cats-natchez" - - name: "trace4cats/trace4cats-sttp" - - name: "typebricks/pureconfig-toggleable" - - name: "typelevel/laika" - - name: "valskalla/odin" - - name: "vigoo/clipp" - - name: "virtuslab/scala-cli" - - name: "vitaliihonta/scala-ql" - - name: "vlmiroshnikov/authz" - - name: "y-yu/excel-reads" - - name: "zio/caliban-deriving" - - name: "zio/zio-cli" - - name: "zio/zio-dynamodb" - - name: "zio/zio-jdbc" - - name: "zio/zio-lambda" - - name: "zio/zio-redis" - - name: "zio/zio-schema" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-17: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-16 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "47degrees/github4s" - - name: "7mind/izumi" - - name: "alejandrohdezma/http4s-munit" - - name: "alhuelamo/dbjobs" - - name: "apimorphism/telegramium" - - name: "atedeg/mdm" - - name: "augustjune/canoe" - - name: "avokka/avokka" - - name: "coralogix/zio-k8s" - - name: "cornerman/chameleon" - - name: "davenverse/github" - - name: "davenverse/whale-tail" - - name: "disneystreaming/smithy4s" - - name: "eventstore/eventstore.akka.persistence" - - name: "fgrutsch/emergence" - - name: "geirolz/toolkit" - - name: "gemini-hlsw/clue" - - name: "gemini-hlsw/lucuma-core" - - name: "gnieh/fs2-data" - - name: "gnieh/geo-scala" - - name: "hamnis/jwk" - - name: "hnaderi/lepus" - - name: "http4s/http4s-jetty" - - name: "http4s/http4s-netty" - - name: "imrafaelmerino/json-scala-values" - - name: "indoorvivants/sn-vcpkg" - - name: "indoorvivants/subatomic" - - name: "itv/scala-pact" - - name: "jbwheatley/pact4s" - - name: "joan38/kubernetes-client" - - name: "joernio/joern" - - name: "kamon-io/kamon-http4s" - - name: "laserdisc-io/fs2-aws" - - name: "lego/woof" - - name: "lhns/http4s-spa" - - name: "logging4s/logging4s" - - name: "minosiants/pencil" - - name: "neandertech/langoustine" - - name: "ocadotechnology/sttp-oauth2" - - name: "pac4j/http4s-pac4j" - - name: "paoloboni/binance-scala-client" - - name: "permutive-engineering/fs2-google-pubsub" - - name: "pityka/saddle" - - name: "quafadas/dedav4s" - - name: "rallyhealth/weepickle" - - name: "sangria-graphql/sangria" - - name: "scalabin-no/http4s-directives" - - name: "softwaremill/sttp-apispec" - - name: "stephennancekivell/scalatest-json" - - name: "tethys-json/tethys" - - name: "tpolecat/doobie" - - name: "trace4cats/trace4cats-avro-kafka" - - name: "trace4cats/trace4cats-datadog" - - name: "trace4cats/trace4cats-jaeger-integration-test" - - name: "trace4cats/trace4cats-newrelic" - - name: "travisbrown/dhallj" - - name: "typelevel/natchez" - - name: "virtuslab/inkuire" - - name: "vlovgr/ciris" - - name: "yakivy/poppet" - - name: "zio/zio-json" - - name: "zio/zio-metrics-legacy" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-18: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-17 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "armanbilge/gcp4s" - - name: "avast/scala-server-toolkit" - - name: "azhur/kafka-serde-scala" - - name: "cornerman/sloth" - - name: "danslapman/morphling" - - name: "davenverse/fuuid" - - name: "davenverse/natchez-http4s-otel" - - name: "davenverse/rediculous-concurrent" - - name: "davenverse/snickerdoodle" - - name: "eikek/calev" - - name: "gemini-hlsw/lucuma-odb" - - name: "hamnis/jsonschema" - - name: "http4s/http4s-fs2-data" - - name: "japgolly/webapp-util" - - name: "jwt-scala/jwt-scala" - - name: "kirill5k/mongo4cats" - - name: "kubukoz/spotify-next" - - name: "kubukoz/sup" - - name: "lambdaworks/zio-elasticsearch" - - name: "mobimeo/fs2-gtfs" - - name: "ovotech/natchez-extras" - - name: "pityka/lamp" - - name: "pme123/camundala" - - name: "polystat/polystat-cli" - - name: "sksamuel/elastic4s" - - name: "theiterators/kebs" - - name: "tinkoff/muffin" - - name: "torrentdam/bittorrent" - - name: "trace4cats/trace4cats-jaeger" - - name: "trace4cats/trace4cats-opentelemetry" - - name: "typelevel/feral" - - name: "typelevel/natchez-http4s" - - name: "typelevel/skunk" - - name: "typelevel/toolkit" - - name: "valdemargr/gql" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-19: - runs-on: ubuntu-22.04 - needs: [ setup-build, stage-18 ] - continue-on-error: true - timeout-minutes: 360 - strategy: - matrix: - include: - - name: "47degrees/memeid" - - name: "47degrees/sbt-energymonitor" - - name: "andreamarcolin/oidc4s" - - name: "bilal-fazlani/akka-http-jwt-auth" - - name: "etspaceman/kinesis4cats" - - name: "gemini-hlsw/gsp-graphql" - - name: "gemini-hlsw/lucuma-sso" - - name: "hnaderi/edomata" - - name: "jwojnowski/oidc4s" - - name: "lhns/http4s-jwt-auth" - - name: "profunktor/http4s-jwt-auth" - - name: "qwbarch/snowflake4s" - - name: "zio/zio-http" - steps: - - name: "Git Checkout" - uses: actions/checkout@v3 - - name: "Build project" - uses: ./.github/actions/build-project - timeout-minutes: 60 - with: - project-name: ${{ matrix.name }} - extra-scalac-options: ${{ inputs.extra-scalac-options }} - disabled-scalac-options: ${{ inputs.disabled-scalac-options }} - scala-version: ${{ needs.setup-build.outputs.scala-version }} - maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} - elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} - elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-20: + stage-2: runs-on: ubuntu-22.04 - needs: [ setup-build, stage-19 ] + needs: [ setup-build, stage-1 ] continue-on-error: true timeout-minutes: 360 strategy: matrix: include: - - name: "carlos-verdes/zio-arangodb" - - name: "ghostdogpr/caliban" - - name: "kaizen-solutions/trace4cats-zio-extras" - - name: "scottweaver/testcontainers-for-zio" - - name: "zio/zio-metrics-connectors" - - name: "zio/zio-openai" + - name: "beangle/serializer" + - name: "beangle/webmvc" steps: - name: "Git Checkout" uses: actions/checkout@v3 @@ -1504,17 +237,15 @@ jobs: maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-21: + stage-3: runs-on: ubuntu-22.04 - needs: [ setup-build, stage-20 ] + needs: [ setup-build, stage-2 ] continue-on-error: true timeout-minutes: 360 strategy: matrix: include: - - name: "devsisters/shardcake" - - name: "polyvariant/smithy4s-caliban" - - name: "zio/zio-protoquill" + - name: "beangle/security" steps: - name: "Git Checkout" uses: actions/checkout@v3 @@ -1529,17 +260,15 @@ jobs: maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }} elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }} elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }} - stage-22: + stage-4: runs-on: ubuntu-22.04 - needs: [ setup-build, stage-21 ] + needs: [ setup-build, stage-3 ] continue-on-error: true timeout-minutes: 360 strategy: matrix: include: - - name: "kitlangton/neotype" - - name: "liewhite/swopen" - - name: "vigoo/desert" + - name: "beangle/ems" steps: - name: "Git Checkout" uses: actions/checkout@v3