|
@@ -1,6 +1,6 @@
|
|
|
name := """techempower-benchmarks-fintrospect"""
|
|
|
|
|
|
-version := "0.0.9"
|
|
|
+version := "0.1.0"
|
|
|
|
|
|
scalaVersion := "2.11.8"
|
|
|
|
|
@@ -10,6 +10,8 @@ scalacOptions += "-feature"
|
|
|
|
|
|
resolvers += "JCenter" at "https://jcenter.bintray.com"
|
|
|
|
|
|
+resolvers += Resolver.sonatypeRepo("snapshots")
|
|
|
+
|
|
|
com.github.retronym.SbtOneJar.oneJarSettings
|
|
|
|
|
|
mainClass in(Compile, run) := Some("FintrospectBenchmarkServer")
|
|
@@ -18,7 +20,5 @@ libraryDependencies ++= Seq(
|
|
|
"io.fintrospect" %% "fintrospect-core" % "14.0.0",
|
|
|
"io.fintrospect" %% "fintrospect-jackson" % "14.0.0",
|
|
|
"io.fintrospect" %% "fintrospect-mustache" % "14.0.0",
|
|
|
- "com.twitter" %% "finagle-mysql" % "6.40.0"
|
|
|
+ "com.twitter" %% "finagle-mysql" % "6.41.0"
|
|
|
)
|
|
|
-
|
|
|
-resolvers += Resolver.sonatypeRepo("snapshots")
|