Closed gu-scala-steward-public-repos[bot] closed 1 month ago
Updates:
0.15.0
2.2.0
2.13.5
2.17.2
1.5.5-3
1.5.5-11
3.25.2
3.25.4
19.0.5
19.4.1
1.0.18
1.0.19
1.5.8
1.7.0
5.0.2
5.0.7
1.26.0
1.26.2
1.8.3
1.9.2
1.15.4
1.18.1
1.9.5
1.10.19
2.13.13
2.13.14
3.0.9
3.2.19
2.0.13
2.0.15
4.20.4
4.20.8
✅ 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-major, semver-spec-major, early-semver-minor, semver-spec-minor, early-semver-pre-release, semver-spec-pre-release, version-scheme:strict, early-semver-patch, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, scalafix-migrations, old-version-remains, commit-count:n:18
Tested on CODE and everything seems fine
About this PR
Updates:
0.15.0
to2.2.0
⚠2.13.5
to2.17.2
1.5.5-3
to1.5.5-11
3.25.2
to3.25.4
19.0.5
to19.4.1
1.0.18
to1.0.19
1.5.8
to1.7.0
5.0.2
to5.0.7
1.26.0
to1.26.2
1.8.3
to1.9.2
1.15.4
to1.18.1
1.9.5
to1.10.19
2.13.13
to2.13.14
3.0.9
to3.2.19
2.0.13
to2.0.15
2.0.13
to2.0.15
4.20.4
to4.20.8
4.20.4
to4.20.8
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!
💡 Applied Scalafix Migrations
* org.scalatest:scalatest:3.1.0 (created no change) * https://raw.githubusercontent.com/scalatest/autofix/e4de53fa40fac423bd64d165ff36bde38ce52388/3.1.x/rules/src/main/scala/org/scalatest/autofix/v3_1_x/RewriteDeprecatedNames.scala * Documentation: https://github.com/scalatest/autofix/blob/master/3.1.x/README.md🔍 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 ```⚙ Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }, { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }, { groupId = "com.github.luben", artifactId = "zstd-jni" }, { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.gu", artifactId = "mobile-notifications-api-models" }, { groupId = "com.gu", artifactId = "simple-configuration-ssm" }, { groupId = "com.gu", artifactId = "thrift-serializer" }, { groupId = "org.apache.commons", artifactId = "commons-compress" }, { groupId = "org.joda", artifactId = "joda-convert" }, { groupId = "org.jsoup", artifactId = "jsoup" }, { groupId = "org.mockito", artifactId = "mockito-all" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scalatest", artifactId = "scalatest" }, { groupId = "org.slf4j", artifactId = "slf4j-api" }, { groupId = "org.slf4j", artifactId = "slf4j-simple" }, { groupId = "org.specs2", artifactId = "specs2-core" }, { groupId = "org.specs2", artifactId = "specs2-matcher-extra" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.luben", artifactId = "zstd-jni" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "mobile-notifications-api-models" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "simple-configuration-ssm" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "thrift-serializer" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.commons", artifactId = "commons-compress" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.joda", artifactId = "joda-convert" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.jsoup", artifactId = "jsoup" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.mockito", artifactId = "mockito-all" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-matcher-extra" } } ] ```labels: dependencies, sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-major, early-semver-minor, semver-spec-minor, early-semver-pre-release, semver-spec-pre-release, version-scheme:strict, early-semver-patch, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, scalafix-migrations, old-version-remains, commit-count:n:18