Skip to content

Commit

Permalink
use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Oct 2, 2024
1 parent 5bb3f10 commit 6ce7303
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.1.1.18-NOINLINE"
val pekko1_1_Version = "1.1.1.42"
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 6ce7303

Please sign in to comment.