Skip to content

Commit 739a7ea

Browse files
Update pekko-stream to 1.2.0 (#2646)
1 parent be9d742 commit 739a7ea

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
@@ -138,7 +138,7 @@ val akkaStreamVersion = "2.6.20"
138138
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % akkaStreamVersion
139139

140140
val pekkoHttp = "org.apache.pekko" %% "pekko-http" % "1.2.0"
141-
val pekkoStreamVersion = "1.1.5"
141+
val pekkoStreamVersion = "1.2.0"
142142
val pekkoStreams = "org.apache.pekko" %% "pekko-stream" % pekkoStreamVersion
143143

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

0 commit comments

Comments
 (0)