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

Scala-Steward: Update google-api-services-lifesciences from v2beta-rev20220916-2.0.0 to v2beta-rev20240329-2.0.0 #7607

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
private val googleHttpClientV = "1.42.3"
private val googleCloudBatchV1 = "0.18.0"
// latest date via: https://mvnrepository.com/artifact/com.google.apis/google-api-services-lifesciences
private val googleLifeSciencesServicesV2BetaApiV = "v2beta-rev20220916-2.0.0"
private val googleLifeSciencesServicesV2BetaApiV = "v2beta-rev20240329-2.0.0"
private val googleOauth2V = "1.23.0"
private val googleOauthClientV = "1.33.1"
private val googleCloudResourceManagerV = "1.17.0"
Expand Down
Loading