|
@@ -1,6 +1,6 @@
|
|
|
name := """techempower-benchmarks-fintrospect"""
|
|
|
|
|
|
-version := "0.0.2"
|
|
|
+version := "0.0.3"
|
|
|
|
|
|
scalaVersion := "2.11.8"
|
|
|
|
|
@@ -15,11 +15,8 @@ com.github.retronym.SbtOneJar.oneJarSettings
|
|
|
mainClass in(Compile, run) := Some("FintrospectBenchmarkServer")
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
- "com.twitter" %% "finagle-http" % "6.35.0",
|
|
|
- "io.github.daviddenton" %% "fintrospect" % "12.20.1",
|
|
|
- "io.circe" %% "circe-core" % "0.4.1",
|
|
|
- "io.circe" %% "circe-parser" % "0.4.1",
|
|
|
- "io.circe" %% "circe-generic" % "0.4.1"
|
|
|
+ "io.fintrospect" %% "fintrospect-core" % "13.0.0",
|
|
|
+ "io.fintrospect" %% "fintrospect-circe" % "13.0.0"
|
|
|
)
|
|
|
|
|
|
resolvers += Resolver.sonatypeRepo("snapshots")
|