Skip to content

Commit

Permalink
Publish kamon-pekko and kamon-pekko-http artifacts (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Oct 3, 2023
1 parent 0539e62 commit 8a1502e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sbt
Expand Up @@ -137,6 +137,8 @@ val instrumentationProjects = Seq[ProjectReference](
`kamon-akka`,
`kamon-akka-http`,
`kamon-akka-grpc`,
`kamon-pekko`,
`kamon-pekko-http`,
`kamon-play`,
`kamon-okhttp`,
`kamon-tapir`,
Expand Down Expand Up @@ -493,6 +495,9 @@ lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
.enablePlugins(JavaAgent)
.disablePlugins(AssemblyPlugin)
.settings(instrumentationSettings: _*)
.settings(Seq(
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`),
))
.dependsOn(
`kamon-scala-future` % "compile",
`kamon-testkit` % "test"
Expand All @@ -506,6 +511,7 @@ lazy val `kamon-pekko-http` = (project in file("instrumentation/kamon-pekko-http
.settings(instrumentationSettings)
.settings(Seq(
javaAgents += "org.mortbay.jetty.alpn" % "jetty-alpn-agent" % "2.0.10" % "test",
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`),
libraryDependencies ++= Seq(
kanelaAgent % "provided",
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion % "provided",
Expand Down Expand Up @@ -990,6 +996,8 @@ lazy val `kamon-bundle-dependencies-2-12-and-up` = (project in file("bundle/kamo
`kamon-akka-grpc`,
`kamon-cats-io-3`,
`kamon-finagle`,
`kamon-pekko`,
`kamon-pekko-http`,
`kamon-tapir`,
`kamon-alpakka-kafka`
)
Expand Down

0 comments on commit 8a1502e

Please sign in to comment.