- 9cd6be3 Update auth, dynamodb, eventbridge, firehose, ... to 2.47.4 (#1773) by Scala Steward · 2 days ago main
- 49a8267 Update sbt-reproducible-builds to 0.35 (#1771) by Scala Steward · 2 days ago
- 68ad30b Update amqp-client to 5.34.0 (#1770) by Scala Steward · 2 days ago
- 52132f8 Update logback-classic to 1.5.38 (#1769) by Scala Steward · 2 days ago
- 90d9c38 Update scalafmt-core to 3.11.2 (#1772) by Scala Steward · 2 days ago
- 5912b50 Update jackson-module-scala to 2.22.1 (#1760) by Scala Steward · 4 days ago
- 7495e7d Update jnr-unixsocket to 0.39.2 (#1761) by Scala Steward · 4 days ago
- 731a3c5 Update sbt-boilerplate to 0.8.1 (#1762) by Scala Steward · 4 days ago
- 0e7de7d Update proto-google-cloud-bigquerystorage-v1 to 3.30.0 (#1763) by Scala Steward · 4 days ago
- bad9185 Update google-auth-library-credentials, ... to 1.49.0 (#1764) by Scala Steward · 4 days ago
- 2ab00cd Update google-cloud-pubsub to 1.152.0 (#1765) by Scala Steward · 4 days ago
- 7ffa275 Update auth, dynamodb, eventbridge, firehose, ... to 2.47.1 (#1768) by Scala Steward · 4 days ago
- 0d817b8 Update mongo-scala-driver to 5.9.0 (#1767) by Scala Steward · 4 days ago
- 74b12f9 Update netty-handler to 4.2.16.Final (#1766) by Scala Steward · 4 days ago
- e2c2178 use scalapb grpc scala3 sources in scala 3 builds (#1759) by PJ Fanning · 5 days ago
- 8759ce5 latest avro4s versions (#1758) by PJ Fanning · 5 days ago
- df4766a Bump sbt/setup-sbt from 1.4.0 to 1.5.0 (#1756) by dependabot[bot] · 6 days ago
- cb979fa Update orientdb-graphdb, orientdb-object to 3.2.54 (#1754) by Scala Steward · 6 days ago
- 8edc1fc Update amqp-client to 5.33.1 (#1755) by Scala Steward · 6 days ago
- b01582c chore: use StandardCharsets.UTF_8 (#1753) by He-Pin(kerr) · 6 days ago
- 0f3cefc refactor: replace deprecated `extends App` with explicit main method (#1751) by He-Pin(kerr) · 6 days ago
- 5dd352b fix: fix compilation warnings across all Scala versions (#1750) by He-Pin(kerr) · 6 days ago
- 92866b3 feat: add Scala next cross-build coverage (#1749) by He-Pin(kerr) · 7 days ago
- 9106b69 fix: fix javadoc warnings in file connector Java sources (#1744) by He-Pin(kerr) · 7 days ago
- 374ee35 fix: fix scaladoc warnings (#1745) by He-Pin(kerr) · 7 days ago
- a06736c refactor: remove Alpakka 3.0.0 deprecated APIs (PubSubSettings, Credentials.cache) (#1748) by He-Pin(kerr) · 7 days ago
- 30337af one off reorder of java imports (#1733) by PJ Fanning · 7 days ago
- 57d51aa Update sbt-reproducible-builds to 0.33 (#1746) by Scala Steward · 8 days ago
- a2e0311 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.21 (#1747) by Scala Steward · 8 days ago
- 0227fc2 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.20 (#1743) by Scala Steward · 8 days ago
- b958e65 Update log4j-to-slf4j to 2.26.1 (#1742) by Scala Steward · 9 days ago
- c0ac879 Update activemq-broker, activemq-client to 5.19.8 (#1739) by Scala Steward · 11 days ago
- 86e3c0b Update auth, dynamodb, eventbridge, firehose, ... to 2.46.18 (#1741) by Scala Steward · 11 days ago
- 62b68d0 Update amqp-client to 5.33.0 (#1738) by Scala Steward · 11 days ago
- 99c2a5b Update artemis-jakarta-client, ... to 2.55.0 (#1740) by Scala Steward · 12 days ago
- af38f7b Update jffi to 1.4.0 (#1735) by Scala Steward · 14 days ago
- c520148 Update jnr-unixsocket to 0.39.1 (#1736) by Scala Steward · 14 days ago
- ee93bd3 Update junit-jupiter-api, ... to 6.1.1 (#1737) by Scala Steward · 14 days ago
- 6ddaf11 increase timeouts in cassandra test (#1734) by PJ Fanning · 2 weeks ago
- f0bf411 remove deprecated fields from config (#1731) by PJ Fanning · 2 weeks ago
- 572df71 refactor: migrate String.format to String.formatted (Java 15+) (#1719) by He-Pin(kerr) · 2 weeks ago
- e45dc4d refactor: migrate JUnit 4 to JUnit 6.1.0 (#1728) by He-Pin(kerr) · 2 weeks ago
- b7f3147 use deprecated since marker (#1729) by PJ Fanning · 2 weeks ago
- ac97749 remove deprecated methods from google related settings (#1730) by PJ Fanning · 2 weeks ago
- ee95271 Update logback-classic to 1.5.37 (#1725) by Scala Steward · 2 weeks ago
- 22fc675 Update circe-jawn to 0.14.16 (#1727) by Scala Steward · 2 weeks ago
- c070792 Update sbt-salad-days to 0.2.0 (#1726) by Scala Steward · 2 weeks ago
- 6609607 refactor: replace .collect(Collectors.toList()) with .toList() (#1718) by He-Pin(kerr) · 2 weeks ago
- 9dd039c refactor: migrate Collections/Arrays.asList to Java 9+ collection factories (#1717) by He-Pin(kerr) · 2 weeks ago
- 31710fa refactor: use Java records and String.lines() (Java 11+/16+) (#1723) by He-Pin(kerr) · 2 weeks ago
- be0bb5d refactor: migrate switch statements to modern switch syntax (Java 14+) (#1720) by He-Pin(kerr) · 2 weeks ago
- c665627 refactor: use Files.writeString (Java 11+) (#1722) by He-Pin(kerr) · 2 weeks ago
- 4233fbe refactor: use pattern matching instanceof (Java 16+) (#1721) by He-Pin(kerr) · 2 weeks ago
- 537010a Bump sbt/setup-sbt from 1.2.1 to 1.4.0 (#1685) by dependabot[bot] · 3 weeks ago
- a18f57e chore: add sbt-salad-days to reduce Scaladoc archive size (#1699) by He-Pin(kerr) · 3 weeks ago
- 79c54d6 Update logback-classic to 1.5.35 (#1714) by Scala Steward · 3 weeks ago
- 452d8c6 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.17 (#1715) by Scala Steward · 3 weeks ago
- f2928ad Update amazon-kinesis-client to 3.5.0 (#1716) by Scala Steward · 3 weeks ago
- 46fe6df Use Locale.ROOT for case-insensitive comparison (#1713) by PJ Fanning · 3 weeks ago
- 7352b4a Bump actions/checkout from 6 to 7 (#1712) by dependabot[bot] · 3 weeks ago
- 45f57bf Update sbt, scripted-plugin to 1.12.13 (#1711) by Scala Steward · 3 weeks ago
- fb629fc org.apache.artemis groupId (#1710) by PJ Fanning · 3 weeks ago
- 6adfb57 Update artemis-jakarta-client, ... to 2.54.0 (#1702) by Scala Steward · 3 weeks ago
- 6efb925 Update .scala-steward.conf (#1708) by PJ Fanning · 3 weeks ago
- f423615 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.15 (#1707) by Scala Steward · 3 weeks ago
- 1575f5b Update java-client to 3.6.4 (#1700) by Scala Steward · 3 weeks ago
- bd6015e refactor: modernize Java test code with Java 17 records (#1697) by He-Pin(kerr) · 3 weeks ago
- 91f17e7 fix: correct various typos across pekko-connectors modules (#1696) by He-Pin(kerr) · 3 weeks ago
- ceba32d docs: add mandatory header workflow reminder to Licensing Rules (#1698) by He-Pin(kerr) · 3 weeks ago
- ecafedb pin sbt 1.x dependency (#1695) by PJ Fanning · 3 weeks ago
- 8b49292 fix: make -Yfuture-lazy-vals conditional for Scala 3.9+ (#1691) by He-Pin(kerr) · 3 weeks ago
- 952354c Update auth, dynamodb, eventbridge, firehose, ... to 2.46.13 (#1694) by Scala Steward · 3 weeks ago
- cd2f8fa Update amqp-client to 5.32.0 (#1693) by Scala Steward · 3 weeks ago
- 513a64a Update protobuf-java to 4.35.1 (#1692) by Scala Steward · 3 weeks ago
- 7c3b1f3 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.11 (#1690) by Scala Steward · 4 weeks ago
- a4b303e Update com.ibm.mq.allclient, ... to 10.0.0.0 (#1687) by Scala Steward · 4 weeks ago
- b60caad Update sbt-mima-plugin to 1.1.6 (#1688) by Scala Steward · 4 weeks ago
- a233eb3 build with protobuf4 (#1662) by PJ Fanning · 4 weeks ago
- 1b249c2 fix: resolve compiler warnings across connector modules (#1686) by He-Pin(kerr) · 4 weeks ago
- 703874c docs: remove stale JDK 11 deprecation comments (#1684) by He-Pin(kerr) · 4 weeks ago
- da1a39e fix: Scala 3.8+ forward compatibility (#1682) by He-Pin(kerr) · 4 weeks ago
- a8b56f4 docs: add AGENTS.md and CLAUDE.md for AI coding agents (#1681) by He-Pin(kerr) · 4 weeks ago
- 6f4afcc chore: re-enable javafmt check in CI via unified checkCodeStyle alias (#1676) by He-Pin(kerr) · 4 weeks ago
- 3dc54fc Update sbt-api-mappings to 3.0.3 (#1677) by Scala Steward · 4 weeks ago
- 7abc399 Update sbt, scripted-plugin to 1.12.12 (#1678) by Scala Steward · 4 weeks ago
- a295668 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.10 (#1680) by Scala Steward · 4 weeks ago
- 3f5fdeb Update spring-boot-autoconfigure, ... to 4.1.0 (#1679) by Scala Steward · 4 weeks ago
- 8b38241 Add -Yfuture-lazy-vals for Scala 3.3.x builds (#1674) by He-Pin(kerr) · 4 weeks ago
- 3b068ea chore: Rewrite to scala3 syntax (#1675) by He-Pin(kerr) · 4 weeks ago
- 3afb139 Update scala3-library to 3.3.8 (#1671) by Scala Steward · 4 weeks ago
- b23d013 Update spring-boot-autoconfigure, ... to 4.0.7 (#1672) by Scala Steward · 4 weeks ago
- 647f1c5 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.9 (#1673) by Scala Steward · 4 weeks ago
- 8fffac4 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.7 (#1670) by Scala Steward · 5 weeks ago
- 8861423 Update spring-context, spring-core to 7.0.8 (#1669) by Scala Steward · 5 weeks ago
- 1194b39 Update auth, dynamodb, eventbridge, firehose, ... to 2.46.5 (#1668) by Scala Steward · 5 weeks ago
- 1cf0c7e Update auth, dynamodb, eventbridge, firehose, ... to 2.46.3 (#1667) by Scala Steward · 5 weeks ago
- bf7fd61 Update google-cloud-pubsub to 1.151.0 (#1666) by Scala Steward · 5 weeks ago
- 75b368d Update google-auth-library-credentials, ... to 1.48.0 (#1665) by Scala Steward · 5 weeks ago
- b730d5f Update proto-google-cloud-bigquerystorage-v1 to 3.29.0 (#1664) by Scala Steward · 5 weeks ago
- a1bfbcf Update jackson-module-scala to 2.22.0 (#1663) by Scala Steward · 5 weeks ago