Skip to content

Commit

Permalink
remove pekko-protobuf depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 2, 2024
1 parent c1c4d97 commit 5e89850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instrumentation/kamon-pekko/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ libraryDependencies ++= { if(scalaBinaryVersion.value == "2.11") Seq.empty else
"org.apache.pekko" %% "pekko-remote" % pekkoVersion % "provided,test",
"org.apache.pekko" %% "pekko-cluster" % pekkoVersion % "provided,test",
"org.apache.pekko" %% "pekko-cluster-sharding" % pekkoVersion % "provided,test",
"org.apache.pekko" %% "pekko-protobuf" % pekkoVersion % "provided,test",
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test
)}

Expand Down

0 comments on commit 5e89850

Please sign in to comment.