Skip to content

Commit

Permalink
Merge pull request #557 from iRevive/remove-metrics-from-sdk
Browse files Browse the repository at this point in the history
remove `sdk-metrics` dependency from the `sdk`
  • Loading branch information
iRevive authored Mar 24, 2024
2 parents 3c9611d + f4dd542 commit e3fe072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ lazy val sdk = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.dependsOn(
core,
`sdk-common`,
`sdk-metrics`,
`sdk-trace` % "compile->compile;test->test",
`sdk-trace-testkit` % Test
)
Expand Down

0 comments on commit e3fe072

Please sign in to comment.