Skip to content

Commit

Permalink
Update akka-stream to 2.6.10 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 9, 2020
1 parent 818f81a commit 9faccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/akka-http/build.sbt
Expand Up @@ -3,7 +3,7 @@ name := "pureconfig-akka-http"
crossScalaVersions ~= { _.filterNot(_.startsWith("2.11")) }

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.6.9" % "provided,Tut",
"com.typesafe.akka" %% "akka-stream" % "2.6.10" % "provided,Tut",
"com.typesafe.akka" %% "akka-http" % "10.2.1"
)

Expand Down

0 comments on commit 9faccd9

Please sign in to comment.