Skip to content

Commit fc5b260

Browse files
Update pekko-stream to 1.2.1 (#2675)
1 parent ce49650 commit fc5b260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ val akkaStreamVersion = "2.6.20"
141141
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % akkaStreamVersion
142142

143143
val pekkoHttp = "org.apache.pekko" %% "pekko-http" % "1.2.0"
144-
val pekkoStreamVersion = "1.2.0"
144+
val pekkoStreamVersion = "1.2.1"
145145
val pekkoStreams = "org.apache.pekko" %% "pekko-stream" % pekkoStreamVersion
146146

147147
val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", "wordspec", "shouldmatchers").map(m =>

0 commit comments

Comments
 (0)