Skip to content

Commit

Permalink
Update pekko-actor, pekko-testkit to 1.0.3 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 24, 2024
1 parent a6f1e47 commit e3af723
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 @@ -87,8 +87,8 @@ lazy val metricsPekko = (project in file("metrics-pekko"))
name := "metrics4-pekko",
description := "metrics-scala for pekko 1.0.1 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor" % "1.0.2",
"org.apache.pekko" %% "pekko-testkit" % "1.0.2" % Test
"org.apache.pekko" %% "pekko-actor" % "1.0.3",
"org.apache.pekko" %% "pekko-testkit" % "1.0.3" % Test
),
sourceDirectory := baseDirectory.value.getParentFile / "metrics-pekko" / "src",
mimaPreviousArtifacts := mimaPrevious(scalaVersion.value)
Expand Down

0 comments on commit e3af723

Please sign in to comment.