Skip to content

Commit

Permalink
Update finagle-http to 20.10.0 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 28, 2020
1 parent 9f7d15b commit 6d4ed96
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" % "20.9.0",
"com.twitter" %% "finagle-http" % "20.10.0",
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.1",

Expand Down

0 comments on commit 6d4ed96

Please sign in to comment.