Skip to content

Commit

Permalink
Update akka-http to 10.2.7 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 2, 2021
1 parent 2462d46 commit fcd3435
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 @@ -290,7 +290,7 @@ lazy val akkaHttp = project
crossScalaVersions -= scala3,
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.2.6",
"com.typesafe.akka" %% "akka-http" % "10.2.7",
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
"de.heikoseeberger" %% "akka-http-circe" % "1.38.2" % Optional,
Expand Down

0 comments on commit fcd3435

Please sign in to comment.