Skip to content

Commit

Permalink
revert workbenchlib again because of opentelemetry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Aug 26, 2024
1 parent f3e4e15 commit 7c8c08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ object Dependencies {
val munitCatsEffectV = "1.0.7"
val pact4sV = "0.10.0"

private val workbenchLibsHash = "3cea4eb"
private val workbenchLibsHash = "9138393"
val serviceTestV = s"5.0-$workbenchLibsHash"
val workbenchModelV = s"0.20-$workbenchLibsHash"
val workbenchGoogleV = s"0.32-$workbenchLibsHash"
val workbenchGoogle2V = s"0.36-$workbenchLibsHash"
val workbenchOpenTelemetryV = s"0.8-$workbenchLibsHash"
val workbenchOauth2V = s"0.7-$workbenchLibsHash"
val workbenchAzureV = s"0.8-$workbenchLibsHash"
val workbenchAzureV = s"0.7-$workbenchLibsHash"

val helmScalaSdkV = "0.0.8.5"

Expand Down

0 comments on commit 7c8c08f

Please sign in to comment.