Skip to content

Commit

Permalink
use pekko nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Oct 2, 2024
1 parent 1adc7e1 commit 67ed95c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions instrumentation/kamon-pekko/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ inConfig(Compile)(Defaults.compileSettings ++ Seq(
lazy val Pekko1_0Test = config("test-pekko-1.0") extend (Test)
lazy val Pekko1_1Test = config("test-pekko-1.1") extend (Test)

val pekko1_0_Version = "1.0.3"
val pekko1_1_Version = "1.1.1"
val pekko1_0_Version = "1.1.1+26-bc32e04b-SNAPSHOT"
val pekko1_1_Version = "1.0.3"
resolvers += "Apache Pekko Snapshots" at "https://repository.apache.org/content/groups/snapshots"
libraryDependencies ++= {
if (scalaBinaryVersion.value == "2.11") Seq.empty
else Seq(
Expand Down

0 comments on commit 67ed95c

Please sign in to comment.