Skip to content

Commit

Permalink
Update akka-stream to 2.6.1 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Dec 20, 2019
1 parent ef27895 commit c308be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ lazy val akkaHttp = project
.settings(
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.1.11",
"com.typesafe.akka" %% "akka-stream" % "2.5.27",
"com.typesafe.akka" %% "akka-stream" % "2.6.1",
"de.heikoseeberger" %% "akka-http-circe" % "1.30.0",
"io.circe" %% "circe-parser" % "0.12.3",
compilerPlugin(
Expand Down

0 comments on commit c308be1

Please sign in to comment.