|
@@ -4,13 +4,15 @@ version := "0.0.1"
|
|
|
|
|
|
scalaVersion := "2.11.7"
|
|
scalaVersion := "2.11.7"
|
|
|
|
|
|
|
|
+resolvers += "JCenter" at "https://jcenter.bintray.com"
|
|
|
|
+
|
|
com.github.retronym.SbtOneJar.oneJarSettings
|
|
com.github.retronym.SbtOneJar.oneJarSettings
|
|
|
|
|
|
mainClass in(Compile, run) := Some("FintrospectBenchmarkServer")
|
|
mainClass in(Compile, run) := Some("FintrospectBenchmarkServer")
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
libraryDependencies ++= Seq(
|
|
"com.twitter" %% "finagle-http" % "6.33.0",
|
|
"com.twitter" %% "finagle-http" % "6.33.0",
|
|
- "io.github.daviddenton" %% "fintrospect" % "12.3.0",
|
|
|
|
|
|
+ "io.github.daviddenton" %% "fintrospect" % "12.4.0",
|
|
"io.circe" %% "circe-core" % "0.3.0",
|
|
"io.circe" %% "circe-core" % "0.3.0",
|
|
"io.circe" %% "circe-parser" % "0.3.0",
|
|
"io.circe" %% "circe-parser" % "0.3.0",
|
|
"io.circe" %% "circe-generic" % "0.3.0"
|
|
"io.circe" %% "circe-generic" % "0.3.0"
|