Closed gu-scala-steward-public-repos[bot] closed 1 year ago
Updates:
2.1.2
2.2.1
6.1.6
6.1.8
19.2.1
19.2.3
2.6.13
2.6.14
2.8.1
2.8.2
3.9.2
3.9.5
2.12.16
2.12.18
2.13.8
2.13.11
2.7.0
2.11.0
1.6.2
1.9.3
3.0.8
3.0.9
4.7.1
4.20.0
3.9.13
3.9.21
✅ 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.
.scala-steward.conf
Have a fantastic day writing Scala!
labels: dependencies, sbt-plugin-update, library-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, old-version-remains, commit-count:n:11
About this PR
Updates:
2.1.2
to2.2.1
6.1.6
to6.1.8
19.2.1
to19.2.3
19.2.1
to19.2.3
2.6.13
to2.6.14
2.8.1
to2.8.2
3.9.2
to3.9.5
2.12.16
to2.12.18
2.13.8
to2.13.11
2.7.0
to2.11.0
1.6.2
to1.9.3
3.0.8
to3.0.9
4.7.1
to4.20.0
3.9.13
to3.9.21
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. ``` cdk/package-lock.json docs/legacy.CHANGES.md build.sbt project/plugins.sbt cdk/package.json ```⚙ Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-pgp" }, { groupId = "com.gu", artifactId = "commercial-shared" }, { groupId = "com.gu", artifactId = "content-api-client" }, { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalatest", artifactId = "scalatest" }, { groupId = "org.specs2", artifactId = "specs2-core" }, { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-pgp" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "commercial-shared" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" } }, { 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-lang.modules", artifactId = "scala-collection-compat" } }, { 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.specs2", artifactId = "specs2-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } } ] ```labels: dependencies, sbt-plugin-update, library-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, old-version-remains, commit-count:n:11