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 cfc4960 commit 11fbe7fCopy full SHA for 11fbe7f
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.3",
98
- "org.apache.pekko" %% "pekko-testkit" % "1.1.3" % Test
+ "org.apache.pekko" %% "pekko-actor" % "1.1.4",
+ "org.apache.pekko" %% "pekko-testkit" % "1.1.4" % Test
99
),
100
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
101
mimaPreviousArtifacts := Set("nl.grons" %% "metrics4-pekko" % "4.3.2")
0 commit comments