Skip to content

Commit

Permalink
Update pekko-actor, pekko-testkit to 1.1.1 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 14, 2024
1 parent 6eaaa33 commit 5730927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ lazy val metricsPekko = project
name := "metrics4-pekko",
description := "metrics-scala for pekko 1.0 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor" % "1.1.0",
"org.apache.pekko" %% "pekko-testkit" % "1.1.0" % Test
"org.apache.pekko" %% "pekko-actor" % "1.1.1",
"org.apache.pekko" %% "pekko-testkit" % "1.1.1" % Test
),
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
mimaPreviousArtifacts := Set("nl.grons" %% "metrics4-pekko" % "4.3.2")
Expand Down

0 comments on commit 5730927

Please sign in to comment.