Skip to content

Commit

Permalink
remove sdk-metrics dependency from the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Mar 24, 2024
1 parent 3c9611d commit f4dd542
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 f4dd542

Please sign in to comment.