Skip to content

Commit 74b8360

Browse files
author
softwaremill-ci
authored
Update pekko-stream to 1.4.0 (#2744)
1 parent 660dfc3 commit 74b8360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3.0"
144+
val pekkoStreamVersion = "1.4.0"
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)