We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcdfaab + 8f446ed commit 078053cCopy full SHA for 078053c
libtuf/build.sbt
@@ -10,6 +10,6 @@ libraryDependencies ++= {
10
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % "2.3.0",
11
"org.slf4j" % "slf4j-api" % "1.7.16" % "provided",
12
"com.azure" % "azure-storage-blob" % "12.23.0",
13
- "com.azure" % "azure-identity" % "1.9.2"
+ "com.azure" % "azure-identity" % "1.10.0"
14
)
15
}
0 commit comments