Skip to content

Commit

Permalink
Update pekko-actor, pekko-testkit to 1.1.0 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 4, 2024
1 parent b27952d commit 540d36b
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.0.3",
"org.apache.pekko" %% "pekko-testkit" % "1.0.3" % Test
"org.apache.pekko" %% "pekko-actor" % "1.1.0",
"org.apache.pekko" %% "pekko-testkit" % "1.1.0" % Test
),
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
mimaPreviousArtifacts := Set("nl.grons" %% "metrics4-pekko" % "4.3.2")
Expand Down

0 comments on commit 540d36b

Please sign in to comment.