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