|
@@ -2,7 +2,7 @@ name := "techempower-benchmarks-finatra"
|
|
organization := "com.twitter"
|
|
organization := "com.twitter"
|
|
version := "2.11.0"
|
|
version := "2.11.0"
|
|
|
|
|
|
-scalaVersion := "2.11.11"
|
|
|
|
|
|
+scalaVersion := "2.12.4"
|
|
|
|
|
|
resolvers ++= Seq(
|
|
resolvers ++= Seq(
|
|
Resolver.sonatypeRepo("releases")
|
|
Resolver.sonatypeRepo("releases")
|
|
@@ -16,6 +16,7 @@ assemblyMergeStrategy in assembly := {
|
|
}
|
|
}
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
libraryDependencies ++= Seq(
|
|
- "com.twitter" %% "finatra-http" % "2.11.0",
|
|
|
|
- "org.slf4j" % "slf4j-nop" % "1.7.21"
|
|
|
|
|
|
+ "com.twitter" %% "finatra-http" % "17.11.0",
|
|
|
|
+ "org.slf4j" % "slf4j-nop" % "1.7.25",
|
|
|
|
+ "javax.activation" % "activation" % "1.1.1"
|
|
)
|
|
)
|