Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Non-AWS dependency updates #99

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gu-scala-steward-public-repos[bot]
Copy link
Contributor

Updates:

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Applied Scalafix Migrations
Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

project/plugins.sbt
.travis.yml
Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.typesafe.play", artifactId = "filters-helpers" },
  { groupId = "com.typesafe.play", artifactId = "play-cache" },
  { groupId = "com.typesafe.play", artifactId = "play-netty-server" },
  { groupId = "com.typesafe.play", artifactId = "play-omnidoc" },
  { groupId = "com.typesafe.play", artifactId = "play-server" },
  { groupId = "com.typesafe.play", artifactId = "play-test" },
  { groupId = "com.typesafe.play", artifactId = "play-ws" },
  { groupId = "org.scala-lang", artifactId = "scala-library" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "filters-helpers" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-cache" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-netty-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-omnidoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-ws" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  }
]

labels: library-update, test-library-update, early-semver-minor, semver-spec-minor, scalafix-migrations, old-version-remains, commit-count:1

@gu-scala-steward-public-repos gu-scala-steward-public-repos bot force-pushed the update/non_aws branch 6 times, most recently from be9e0b4 to 2c81120 Compare February 28, 2024 15:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants