Skip to content

Commit 11fbe7f

Browse files
Update pekko-actor, pekko-testkit to 1.1.4 (#586)
1 parent cfc4960 commit 11fbe7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ lazy val metricsPekko = project
9494
name := "metrics4-pekko",
9595
description := "metrics-scala for pekko 1.0 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
9696
libraryDependencies ++= Seq(
97-
"org.apache.pekko" %% "pekko-actor" % "1.1.3",
98-
"org.apache.pekko" %% "pekko-testkit" % "1.1.3" % Test
97+
"org.apache.pekko" %% "pekko-actor" % "1.1.4",
98+
"org.apache.pekko" %% "pekko-testkit" % "1.1.4" % Test
9999
),
100100
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
101101
mimaPreviousArtifacts := Set("nl.grons" %% "metrics4-pekko" % "4.3.2")

0 commit comments

Comments
 (0)