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

WX-745 Batch 4 scala steward updates #6916

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
private val akkaV = "2.5.32" // scala-steward:off (CROM-6637)
private val ammoniteOpsV = "2.4.1"
private val apacheHttpClientV = "4.5.13"
private val awsSdkV = "2.17.194"
private val awsSdkV = "2.17.265"
// We would like to use the BOM to manage Azure SDK versions, but SBT doesn't support it.
// https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/boms/azure-sdk-bom
// https://github.com/sbt/sbt/issues/4531
Expand Down Expand Up @@ -43,7 +43,7 @@ object Dependencies {
private val googleCloudMonitoringV = "3.2.5"
private val googleCloudNioV = "0.124.8"
private val googleCloudStorageV = "2.9.2"
private val googleGaxGrpcV = "2.12.2"
private val googleGaxGrpcV = "2.19.0"
// latest date via: https://mvnrepository.com/artifact/com.google.apis/google-api-services-genomics
private val googleGenomicsServicesV2Alpha1ApiV = "v2alpha1-rev20210811-1.32.1"
private val googleHttpClientApacheV = "2.1.2"
Expand All @@ -53,13 +53,13 @@ object Dependencies {
private val googleOauth2V = "1.5.3"
private val googleOauthClientV = "1.33.1"
private val googleCloudResourceManagerV = "1.2.5"
private val grpcV = "1.45.0"
private val grpcV = "1.45.1"
private val guavaV = "31.0.1-jre"
private val heterodonV = "1.0.0-beta3"
private val hsqldbV = "2.6.1"
private val http4sV = "0.21.31" // this release is EOL. We need to upgrade further for cats3. https://http4s.org/versions/
private val jacksonV = "2.13.3"
private val janinoV = "3.1.6"
private val janinoV = "3.1.7"
private val jsr305V = "3.0.2"
private val junitV = "4.13.2"
private val kindProjectorV = "0.13.2"
Expand Down Expand Up @@ -96,12 +96,12 @@ object Dependencies {
private val scalaGraphV = "1.13.1"
private val scalaLoggingV = "3.9.5"
private val scalaPoolV = "0.4.3"
private val scalacticV = "3.2.10"
private val scalameterV = "0.19"
private val scalacticV = "3.2.13"
private val scalameterV = "0.21"
private val scalatestV = "3.2.10"
private val scalatestScalacheckV = scalatestV + ".0"
private val scoptV = "4.1.0"
private val sentryLogbackV = "5.2.4"
private val sentryLogbackV = "5.7.4"
private val shapelessV = "2.3.9"
private val simulacrumV = "1.0.1"
private val slf4jV = "1.7.32"
Expand All @@ -122,10 +122,10 @@ object Dependencies {
private val sprayJsonV = "1.3.6"
private val sttpV = "1.7.2"
private val swaggerParserV = "1.0.56"
private val swaggerUiV = "4.5.0"
private val swaggerUiV = "4.5.2"
private val testContainersScalaV = "0.40.10"
private val tikaV = "2.3.0"
private val typesafeConfigV = "1.4.1"
private val typesafeConfigV = "1.4.2"
private val workbenchGoogleV = "0.21-5c9c4f6" // via: https://github.com/broadinstitute/workbench-libs/blob/develop/google/CHANGELOG.md
private val workbenchModelV = "0.15-f9f0d4c" // via: https://github.com/broadinstitute/workbench-libs/blob/develop/model/CHANGELOG.md
private val workbenchUtilV = "0.6-65bba14" // via: https://github.com/broadinstitute/workbench-libs/blob/develop/util/CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addDependencyTreePlugin