Skip to content

Commit da4353d

Browse files
committed
Update pekko-actor, pekko-testkit to 1.1.2
1 parent 8159b2a commit da4353d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
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.1",
98-
"org.apache.pekko" %% "pekko-testkit" % "1.1.1" % Test
97+
"org.apache.pekko" %% "pekko-actor" % "1.1.2",
98+
"org.apache.pekko" %% "pekko-testkit" % "1.1.2" % 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)