Skip to content

Commit 540d36b

Browse files
Update pekko-actor, pekko-testkit to 1.1.0 (#544)
1 parent b27952d commit 540d36b

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.0.3",
98-
"org.apache.pekko" %% "pekko-testkit" % "1.0.3" % Test
97+
"org.apache.pekko" %% "pekko-actor" % "1.1.0",
98+
"org.apache.pekko" %% "pekko-testkit" % "1.1.0" % 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)