We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adc7e1 commit 67ed95cCopy full SHA for 67ed95c
instrumentation/kamon-pekko/build.sbt
@@ -6,8 +6,9 @@ inConfig(Compile)(Defaults.compileSettings ++ Seq(
6
lazy val Pekko1_0Test = config("test-pekko-1.0") extend (Test)
7
lazy val Pekko1_1Test = config("test-pekko-1.1") extend (Test)
8
9
-val pekko1_0_Version = "1.0.3"
10
-val pekko1_1_Version = "1.1.1"
+val pekko1_0_Version = "1.1.1+26-bc32e04b-SNAPSHOT"
+val pekko1_1_Version = "1.0.3"
11
+resolvers += "Apache Pekko Snapshots" at "https://repository.apache.org/content/groups/snapshots"
12
libraryDependencies ++= {
13
if (scalaBinaryVersion.value == "2.11") Seq.empty
14
else Seq(
0 commit comments