Skip to content

Commit

Permalink
test with Pekko 1.1.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 26, 2024
1 parent 9bdc253 commit 9c496c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ lazy val `kamon-akka-http` = (project in file("instrumentation/kamon-akka-http")
.dependsOn(`kamon-akka`, `kamon-testkit` % "test")


lazy val pekkoVersion = "1.0.3"
lazy val pekkoHttpVersion = "1.0.1"
lazy val pekkoVersion = "1.1.0-M1"
lazy val pekkoHttpVersion = "1.1.0-M1"

lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
.enablePlugins(JavaAgent)
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/kamon-pekko/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inConfig(Compile)(Defaults.compileSettings ++ Seq(
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`, scala_3_version)
))

val pekkoVersion = "1.0.3"
val pekkoVersion = "1.1.0-M1"
libraryDependencies ++= { if(scalaBinaryVersion.value == "2.11") Seq.empty else Seq(
kanelaAgent % "provided",
scalatest % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.3")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0-M1")

0 comments on commit 9c496c3

Please sign in to comment.