diff --git a/build.sbt b/build.sbt index 8a270808..02c2f8b3 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.4.14", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", "com.azure" % "azure-identity" % "1.12.2", - "com.azure" % "azure-core-management" % "1.15.0", + "com.azure" % "azure-core-management" % "1.15.3", //---------- Test libraries -------------------// "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV % Test classifier "tests", "com.typesafe.akka" %% "akka-testkit" % akkaV % Test,