Closed gu-scala-steward-public-repos[bot] closed 8 months ago
mobile-n10n:eventconsumer
to CODEmobile-n10n:schedule
to CODEmobile-n10n:football
to CODEmobile-n10n:reportextractor
to CODEmobile-n10n:fakebreakingnewslambda
to CODEmobile-n10n:report
to CODEmobile-n10n:notification
to CODEmobile-n10n:slomonitor
to CODEmobile-n10n:registration
to CODEmobile-n10n:notificationworkerlambda
to CODE
About this PR
Updates:
20.0.1
to20.0.2
2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.9.1
to3.0.1
⚠2.12.6
to2.12.7
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. ``` .scala-steward.conf project/plugins.sbt ```⚙ Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.typesafe.play", artifactId = "play" }, { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" }, { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" }, { groupId = "com.typesafe.play", artifactId = "play-filters-helpers" }, { groupId = "com.typesafe.play", artifactId = "play-logback" }, { groupId = "com.typesafe.play", artifactId = "play-server" }, { groupId = "com.typesafe.play", artifactId = "play-specs2" }, { groupId = "com.typesafe.play", artifactId = "play-test" }, { groupId = "joda-time", artifactId = "joda-time" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-filters-helpers" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-specs2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "joda-time", artifactId = "joda-time" } } ] ```labels: dependencies, library-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-major, semver-spec-major, artifact-migrations, old-version-remains, commit-count:n:2