Skip to content

Commit 6ce7303

Browse files
committed
use nightly
1 parent 5bb3f10 commit 6ce7303

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

instrumentation/kamon-pekko/build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ inConfig(Compile)(Defaults.compileSettings ++ Seq(
66
lazy val Pekko1_0Test = config("test-pekko-1.0") extend (Test)
77
lazy val Pekko1_1Test = config("test-pekko-1.1") extend (Test)
88

9-
val pekko1_0_Version = "1.1.1.18-NOINLINE"
10-
val pekko1_1_Version = "1.1.1.42"
9+
val pekko1_0_Version = "1.1.1+26-bc32e04b-SNAPSHOT"
10+
val pekko1_1_Version = "1.0.3"
11+
resolvers += "Apache Pekko Snapshots" at "https://repository.apache.org/content/groups/snapshots"
1112
libraryDependencies ++= {
1213
if (scalaBinaryVersion.value == "2.11") Seq.empty
1314
else Seq(

0 commit comments

Comments
 (0)