Skip to content

Commit

Permalink
yay it works
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Oct 11, 2024
1 parent 972c74e commit f49cf61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -559,13 +559,14 @@ lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
`kamon-testkit` % "test"
)

lazy val pekkoHttpVersion = "1.1.0"
lazy val pekkoHttpVersion = "1.1.0+9-5427d0ca-SNAPSHOT"

lazy val `kamon-pekko-http` = (project in file("instrumentation/kamon-pekko-http"))
.enablePlugins(JavaAgent)
.disablePlugins(AssemblyPlugin)
.settings(instrumentationSettings)
.settings(Seq(
resolvers += "Apache Pekko Snapshots" at "https://repository.apache.org/content/groups/snapshots",
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`, scala_3_version),
libraryDependencies ++= Seq(
kanelaAgent % "provided",
Expand All @@ -586,6 +587,7 @@ lazy val `kamon-pekko-grpc` = (project in file("instrumentation/kamon-pekko-grpc
.disablePlugins(AssemblyPlugin)
.settings(instrumentationSettings)
.settings(Seq(
resolvers += "Apache Pekko Snapshots" at "https://repository.apache.org/content/groups/snapshots",
PB.additionalDependencies := Seq.empty,
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`, scala_3_version),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit f49cf61

Please sign in to comment.