Browse Source

Bump Finagle benchmarks (#3566)

Vladimir Kostyukov 7 years ago
parent
commit
2bb5629eb4

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

@@ -2,10 +2,10 @@ name := "finagle"
 
 
 scalaVersion := "2.12.5"
 scalaVersion := "2.12.5"
 
 
-version := "1.0"
+version := "18.4.0"
 
 
 libraryDependencies ++= Seq(
 libraryDependencies ++= Seq(
-  "com.twitter" %% "finagle-http" % "18.3.0",
+  "com.twitter" %% "finagle-http" % "18.4.0",
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4"
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4"
 )
 )
 
 

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

@@ -1,6 +1,6 @@
 name := "techempower-benchmarks-finatra"
 name := "techempower-benchmarks-finatra"
 organization := "com.twitter"
 organization := "com.twitter"
-version := "18.3.0"
+version := "18.4.0"
 
 
 scalaVersion := "2.12.5"
 scalaVersion := "2.12.5"
 
 
@@ -16,7 +16,7 @@ assemblyMergeStrategy in assembly := {
 }
 }
 
 
 libraryDependencies ++= Seq(
 libraryDependencies ++= Seq(
-  "com.twitter" %% "finatra-http" % "18.3.0",
+  "com.twitter" %% "finatra-http" % "18.4.0",
   "org.slf4j" % "slf4j-nop" % "1.7.25",
   "org.slf4j" % "slf4j-nop" % "1.7.25",
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4",
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4",
   "javax.activation" % "activation" % "1.1.1"
   "javax.activation" % "activation" % "1.1.1"

+ 3 - 3
frameworks/Scala/finch/build.sbt

@@ -1,12 +1,12 @@
 name := """techempower-benchmarks-finch"""
 name := """techempower-benchmarks-finch"""
 
 
-version := "1.0"
+version := "0.19.0"
 
 
 scalaVersion := "2.12.5"
 scalaVersion := "2.12.5"
 
 
 libraryDependencies ++= Seq(
 libraryDependencies ++= Seq(
-  "com.github.finagle" %% "finch-core" % "0.18.0",
-  "com.github.finagle" %% "finch-circe" % "0.18.0"
+  "com.github.finagle" %% "finch-core" % "0.19.0",
+  "com.github.finagle" %% "finch-circe" % "0.19.0"
 )
 )
 
 
 assemblyMergeStrategy in assembly := {
 assemblyMergeStrategy in assembly := {