Skip to content

Commit

Permalink
Update finagle-http to 21.2.0 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 11, 2021
1 parent 69360be commit 9f4900c
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 @@ -34,7 +34,7 @@ lazy val runtime = (project in file("runtime")).settings(
name := "twinagle-runtime",
crossScalaVersions := Seq(scala212, scala213),
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-http" % "21.1.0",
"com.twitter" %% "finagle-http" % "21.2.0",
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.3",

Expand Down

0 comments on commit 9f4900c

Please sign in to comment.