Browse Source

Update Finch and Finagle (#2728)

Vladimir Kostyukov 8 years ago
parent
commit
9b1dfd0a29
2 changed files with 6 additions and 6 deletions
  1. 3 3
      frameworks/Scala/finagle/build.sbt
  2. 3 3
      frameworks/Scala/finch/build.sbt

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

@@ -1,12 +1,12 @@
 name := "finagle"
 name := "finagle"
 
 
-scalaVersion := "2.11.8"
+scalaVersion := "2.11.11"
 
 
-version := "1.0.3"
+version := "6.44.0"
 
 
 com.github.retronym.SbtOneJar.oneJarSettings
 com.github.retronym.SbtOneJar.oneJarSettings
 
 
 libraryDependencies ++= Seq(
 libraryDependencies ++= Seq(
-  "com.twitter" %% "finagle-http" % "6.42.0",
+  "com.twitter" %% "finagle-http" % "6.44.0",
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.5.3"
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.5.3"
 )
 )

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

@@ -1,12 +1,12 @@
 name := """techempower-benchmarks-finch"""
 name := """techempower-benchmarks-finch"""
 
 
-version := "0.14.0"
+version := "0.14.1"
 
 
 scalaVersion := "2.11.11"
 scalaVersion := "2.11.11"
 
 
 com.github.retronym.SbtOneJar.oneJarSettings
 com.github.retronym.SbtOneJar.oneJarSettings
 
 
 libraryDependencies ++= Seq(
 libraryDependencies ++= Seq(
-  "com.github.finagle" %% "finch-core" % "0.14.0",
-  "com.github.finagle" %% "finch-circe" % "0.14.0"
+  "com.github.finagle" %% "finch-core" % "0.14.1",
+  "com.github.finagle" %% "finch-circe" % "0.14.1"
 )
 )