Skip to content

Commit

Permalink
update workbench-libs hash for automation subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Dec 18, 2023
1 parent 802108a commit 525e386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions automation/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ object Dependencies {
val jacksonHotfixV = "2.13.4.2" // for when only some of the Jackson libs have hotfix releases
val akkaV = "2.6.19"
val akkaHttpV = "10.2.10"
val workbenchLibsHash = "1174fb6"
val workbenchLibsHash = "8ccaa6d"

val workbenchModelV = s"0.15-$workbenchLibsHash"
val workbenchModelV = s"0.19-$workbenchLibsHash"
val workbenchModel: ModuleID = "org.broadinstitute.dsde.workbench" %% "workbench-model" % workbenchModelV
val excludeWorkbenchModel = ExclusionRule(organization = "org.broadinstitute.dsde.workbench", name = "workbench-model_" + scalaV)

val workbenchGoogleV = s"0.22-$workbenchLibsHash"
val workbenchGoogleV = s"0.30-$workbenchLibsHash"
val workbenchGoogle: ModuleID = "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV excludeAll excludeWorkbenchModel
val excludeWorkbenchGoogle = ExclusionRule(organization = "org.broadinstitute.dsde.workbench", name = "workbench-google_" + scalaV)

val workbenchServiceTestV = s"4.0-e42c23c"
val workbenchServiceTestV = s"4.2-$workbenchLibsHash"
val workbenchServiceTest: ModuleID = "org.broadinstitute.dsde.workbench" %% "workbench-service-test" % workbenchServiceTestV % "test" classifier "tests" excludeAll (excludeWorkbenchGoogle, excludeWorkbenchModel)

// Overrides for transitive dependencies. These apply - via Settings.scala - to all projects in this codebase.
Expand Down

0 comments on commit 525e386

Please sign in to comment.