From 300888d54503747a05294da87f690cce289c2de8 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 26 Jun 2023 12:03:20 +0000 Subject: [PATCH] Update billing-profile-manager-client from 0.1.159-SNAPSHOT to 0.1.164-SNAPSHOT --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0fe9a62976..61e8025f6d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -130,7 +130,7 @@ object Dependencies { val workspaceManager = excludeJakarta("bio.terra" % "workspace-manager-client" % "0.254.778-SNAPSHOT") val dataRepo = excludeJakarta("bio.terra" % "datarepo-client" % "1.379.0-SNAPSHOT") val resourceBufferService = excludeJakarta("bio.terra" % "terra-resource-buffer-client" % "0.4.3-SNAPSHOT") - val billingProfileManager = excludeJakarta("bio.terra" % "billing-profile-manager-client" % "0.1.159-SNAPSHOT") + val billingProfileManager = excludeJakarta("bio.terra" % "billing-profile-manager-client" % "0.1.164-SNAPSHOT") val terraCommonLib = tclExclusions(excludeJakarta("bio.terra" % "terra-common-lib" % "0.0.91-SNAPSHOT" classifier "plain")) val sam: ModuleID = excludeJakarta("org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-f554115") val leonardo: ModuleID = "org.broadinstitute.dsde.workbench" % "leonardo-client_2.11" % "1.3.6-f6a1109"