Skip to content

Commit e59de4f

Browse files
Update pekko-actor-typed, pekko-stream to 1.1.3
1 parent 1cc367e commit e59de4f

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
@@ -2,8 +2,8 @@ ThisBuild / scalaVersion := "3.3.4"
22
run / fork := true
33

44
libraryDependencies ++= Seq(
5-
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
6-
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
5+
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.3",
6+
"org.apache.pekko" %% "pekko-stream" % "1.1.3",
77
"org.apache.pekko" %% "pekko-http" % "1.1.0",
88
"ch.qos.logback" % "logback-classic" % "1.5.16",
99
"org.scalactic" %% "scalactic" % "3.2.19",

0 commit comments

Comments
 (0)