Selaa lähdekoodia

Update Finagle to 7.1 and Finch to 0.16-M3 (#2984)

Vladimir Kostyukov 7 vuotta sitten
vanhempi
commit
c6d5bf84d5
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2 2
      frameworks/Scala/finagle/build.sbt
  2. 3 3
      frameworks/Scala/finch/build.sbt

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

@@ -2,11 +2,11 @@ name := "finagle"
 
 scalaVersion := "2.11.11"
 
-version := "7.0.0"
+version := "7.1.0"
 
 com.github.retronym.SbtOneJar.oneJarSettings
 
 libraryDependencies ++= Seq(
-  "com.twitter" %% "finagle-http" % "7.0.0",
+  "com.twitter" %% "finagle-http" % "7.1.0",
   "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4"
 )

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

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