File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ val instrumentationProjects = Seq[ProjectReference](
137
137
`kamon-akka`,
138
138
`kamon-akka-http`,
139
139
`kamon-akka-grpc`,
140
+ `kamon-pekko`,
141
+ `kamon-pekko-http`,
140
142
`kamon-play`,
141
143
`kamon-okhttp`,
142
144
`kamon-tapir`,
@@ -493,6 +495,9 @@ lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
493
495
.enablePlugins(JavaAgent )
494
496
.disablePlugins(AssemblyPlugin )
495
497
.settings(instrumentationSettings : _* )
498
+ .settings(Seq (
499
+ crossScalaVersions := Seq (`scala_2.12_version`, `scala_2.13_version`),
500
+ ))
496
501
.dependsOn(
497
502
`kamon-scala-future` % " compile" ,
498
503
`kamon-testkit` % " test"
@@ -506,6 +511,7 @@ lazy val `kamon-pekko-http` = (project in file("instrumentation/kamon-pekko-http
506
511
.settings(instrumentationSettings)
507
512
.settings(Seq (
508
513
javaAgents += " org.mortbay.jetty.alpn" % " jetty-alpn-agent" % " 2.0.10" % " test" ,
514
+ crossScalaVersions := Seq (`scala_2.12_version`, `scala_2.13_version`),
509
515
libraryDependencies ++= Seq (
510
516
kanelaAgent % " provided" ,
511
517
" org.apache.pekko" %% " pekko-http" % pekkoHttpVersion % " provided" ,
@@ -990,6 +996,8 @@ lazy val `kamon-bundle-dependencies-2-12-and-up` = (project in file("bundle/kamo
990
996
`kamon-akka-grpc`,
991
997
`kamon-cats-io-3`,
992
998
`kamon-finagle`,
999
+ `kamon-pekko`,
1000
+ `kamon-pekko-http`,
993
1001
`kamon-tapir`,
994
1002
`kamon-alpakka-kafka`
995
1003
)
You can’t perform that action at this time.
0 commit comments