Skip to content
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

BW-1317 Upgrade googleCloudNioV to latest #6804

Merged
merged 1 commit into from Jul 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Expand Up @@ -40,9 +40,7 @@ object Dependencies {
// latest date via: https://github.com/googleapis/google-api-java-client-services/blob/main/clients/google-api-services-cloudkms/v1.metadata.json
private val googleCloudKmsV = "v1-rev20220104-1.32.1"
private val googleCloudMonitoringV = "3.2.5"
// BW-808 Pinning googleCloudNioV to this tried-and-true old version and quieting Scala Steward.
// 0.121.2 is the most recent version currently known to work.
private val googleCloudNioV = "0.61.0-alpha" // scala-steward:off
Comment on lines -43 to -45
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It always makes me a little uneasy deleting "danger!" comments but we do have a test and the proof of the pudding will be in the eating

private val googleCloudNioV = "0.124.8"
private val googleCloudStorageV = "2.9.2"
private val googleGaxGrpcV = "2.12.2"
// latest date via: https://mvnrepository.com/artifact/com.google.apis/google-api-services-genomics
Expand Down