Skip to content

Commit

Permalink
Fix version of pekko-actor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed May 31, 2024
1 parent 81bd5f9 commit 886416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
.settings(Seq(
crossScalaVersions := Seq(`scala_2.12_version`, `scala_2.13_version`, scala_3_version),
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoHttpVersion % "provided"
"org.apache.pekko" %% "pekko-actor" % "1.0.1" % "provided"
)
))
.dependsOn(
Expand Down

0 comments on commit 886416b

Please sign in to comment.