Skip to content

Conversation

@gu-scala-steward-private-repos
Copy link

@gu-scala-steward-private-repos gu-scala-steward-private-repos bot commented Sep 6, 2024

About this PR

Updates:

Usage

Please merge!

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!

🔍 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.

.github/workflows/ci.yml
.github/workflows/release.yml
.github/workflows/sbt-dependency-graph.yaml
benchmarks/src/main/resources/massive-contents-list.json
build.sbt
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" },
  { groupId = "com.github.sbt", artifactId = "sbt-release" },
  { groupId = "com.google.guava", artifactId = "guava" },
  { groupId = "com.twitter", artifactId = "scrooge-core" },
  { groupId = "com.twitter", artifactId = "scrooge-sbt-plugin" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "org.apache.thrift", artifactId = "libthrift" },
  { groupId = "org.gnieh", artifactId = "diffson-circe" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" },
  { groupId = "pl.project13.scala", artifactId = "sbt-jmh" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.guava", artifactId = "guava" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.twitter", artifactId = "scrooge-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.twitter", artifactId = "scrooge-sbt-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.thrift", artifactId = "libthrift" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.gnieh", artifactId = "diffson-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "pl.project13.scala", artifactId = "sbt-jmh" }
  }
]
labels: dependencies

@emdash-ie
Copy link
Contributor

We’ll need to be careful with the scrooge update: there is a version 22.x that we shouldn’t go above due to reserved words problems, and I’m not sure what it is. Once we’ve confirmed which version that is, we should configure scala steward not to recommend upgrades above that version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants