|
@@ -1,6 +1,6 @@
|
|
|
name := """techempower-benchmarks-fintrospect"""
|
|
|
|
|
|
-version := "0.0.6"
|
|
|
+version := "0.0.7"
|
|
|
|
|
|
scalaVersion := "2.11.8"
|
|
|
|
|
@@ -15,10 +15,10 @@ com.github.retronym.SbtOneJar.oneJarSettings
|
|
|
mainClass in(Compile, run) := Some("FintrospectBenchmarkServer")
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
- "io.fintrospect" %% "fintrospect-core" % "13.7.0",
|
|
|
- "io.fintrospect" %% "fintrospect-circe" % "13.7.0",
|
|
|
- "io.fintrospect" %% "fintrospect-mustache" % "13.7.0",
|
|
|
- "com.twitter" %% "finagle-mysql" % "6.37.0"
|
|
|
+ "io.fintrospect" %% "fintrospect-core" % "13.10.1",
|
|
|
+ "io.fintrospect" %% "fintrospect-circe" % "13.10.1",
|
|
|
+ "io.fintrospect" %% "fintrospect-mustache" % "13.10.1",
|
|
|
+ "com.twitter" %% "finagle-mysql" % "6.38.0"
|
|
|
)
|
|
|
|
|
|
resolvers += Resolver.sonatypeRepo("snapshots")
|