This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
168: Update specs2-core to 4.20.2 r=samueltardieu a=scala-steward ## About this PR 📦 Updates org.specs2:specs2-core from `4.20.0` to `4.20.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8a62647efe4f68de30942bb0f72656d9749de842/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.specs2", artifactId = "specs2-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-core" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1 </sup> 169: Update sbt to 1.9.4 r=samueltardieu a=scala-steward ## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.8.3` to `1.9.4` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.4) - [Version Diff](sbt/sbt@v1.8.3...v1.9.4) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/fd2970bb455e62fab7a419c29a354de3ae727b4d/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (1.8.3). You might want to review and update them manually. ``` project/plugins.sbt ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-sbt", artifactId = "sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:1 </sup> 170: Update commons-dbcp2 to 2.10.0 r=samueltardieu a=scala-steward ## About this PR 📦 Updates org.apache.commons:commons-dbcp2 from `2.9.0` to `2.10.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/78e49c5ac3bc1a396f53251ef074147355563579/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.apache.commons", artifactId = "commons-dbcp2" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.commons", artifactId = "commons-dbcp2" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1 </sup> Co-authored-by: Scala Steward <[email protected]>
- Loading branch information