-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IA-4581] update dependencies #1538
Conversation
…0' into IA-4561-update-dependencies
…0' into IA-4561-update-dependencies
…7.0' into IA-4561-update-dependencies
….0' into IA-4561-update-dependencies
…into IA-4561-update-dependencies
…2' into IA-4561-update-dependencies
…er-1.26.0' into IA-4561-update-dependencies
…0' into IA-4561-update-dependencies
…fer-1.24.0' into IA-4561-update-dependencies
… into IA-4561-update-dependencies
… IA-4561-update-dependencies
…-4561-update-dependencies
Codecov ReportAll modified lines are covered by tests ✅ see 1 file with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
|
||
### Dependency upgrades | ||
| Dependency | Old Version | New Version | | ||
|----------|:--------------------:|---------------------:| | ||
| cats-effect | 3.4.11 | 3.5.1 | | ||
| fs2-io | 3.6.1 | 3.8.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not in the google dependencies list on dependencies.scala, so I removed it
@@ -1 +1 @@ | |||
sbt.version=1.8.2 | |||
sbt.version=1.9.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leo is already on this version of sbt, so this is hopefully safe.
project/plugins.sbt
Outdated
@@ -1,6 +1,6 @@ | |||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") | |||
|
|||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | |||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "3.7.14") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is erroneous and I will revert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this, can you also update the Readme with TRAVIS-REPLACE-ME
?
oof, good catch! done. |
Routine dependencies update, no need for a version bump :)
Combines branches:
Update changelogs:
google-cloud-storage: 2.24.0 —> 2.27.0
google-cloud-nio: 0.127.2 —> 1.127.3
google-cloud-pubsub: 1.124.2 —> 1.125.2
google-cloud-kms: 2.26.0 —> 2.27.0
google-cloud-compute: 1.33.0 —> 1.34.0
google-cloud-dataproc: 4.20.0 —> 4.21.0
google-cloud-storage-transfer: 1.23.0 —> 1.24.0
google-cloud-resourcemanager: 1.25.0 —> 1.26.0
google-cloud-bigquery: 2.31.2 —> 2.32.0
google-cloud-billing: 2.23.0 —> 2.24.0
fs2-io: 3.9.1 —> 3.9.2
azure-storage-blob: 12.23.1 —> 12.24.0
PR checklist
If you're doing a major or minor version bump to any libraries:
project/Settings.scala
createVersion()
CHANGELOG.md
for those libraries@deprecated
instead of deleting code where possibleIn all cases:
README.md
and theCHANGELOG.md
for any libs you changed withTRAVIS-REPLACE-ME
to auto-update the version string