Browse Source

finagle/finatra: Update to 19.1.0 release. (#4349)

This commit updates the Finagle and Finatra versions used for benchmarks from 18.12.0 to 19.1.0,
which is now the latest version.
Ryan O'Neill 6 years ago
parent
commit
310bdaaa28
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/Scala/finagle/build.sbt
  2. 1 1
      frameworks/Scala/finatra/build.sbt

+ 1 - 1
frameworks/Scala/finagle/build.sbt

@@ -1,4 +1,4 @@
-lazy val finagleVersion = "18.12.0"
+lazy val finagleVersion = "19.1.0"
 
 name := "finagle-benchmark"
 scalaVersion := "2.12.5"

+ 1 - 1
frameworks/Scala/finatra/build.sbt

@@ -1,4 +1,4 @@
-lazy val finatraVersion = "18.12.0"
+lazy val finatraVersion = "19.1.0"
 
 name := "techempower-benchmarks-finatra"
 organization := "com.twitter"