We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8159b2a commit da4353dCopy full SHA for da4353d
build.sbt
@@ -94,8 +94,8 @@ lazy val metricsPekko = project
94
name := "metrics4-pekko",
95
description := "metrics-scala for pekko 1.0 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
96
libraryDependencies ++= Seq(
97
- "org.apache.pekko" %% "pekko-actor" % "1.1.1",
98
- "org.apache.pekko" %% "pekko-testkit" % "1.1.1" % Test
+ "org.apache.pekko" %% "pekko-actor" % "1.1.2",
+ "org.apache.pekko" %% "pekko-testkit" % "1.1.2" % Test
99
),
100
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
101
mimaPreviousArtifacts := Set("nl.grons" %% "metrics4-pekko" % "4.3.2")
0 commit comments