|
@@ -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"
|
|
)
|
|
)
|