|
@@ -13,10 +13,10 @@ resolvers += "JCenter" at "https://jcenter.bintray.com"
|
|
|
resolvers += Resolver.sonatypeRepo("snapshots")
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
- "io.fintrospect" %% "fintrospect-core" % "14.15.0",
|
|
|
- "io.fintrospect" %% "fintrospect-jackson" % "14.15.0",
|
|
|
- "io.fintrospect" %% "fintrospect-mustache" % "14.15.0",
|
|
|
- "com.twitter" %% "finagle-mysql" % "6.43.0"
|
|
|
+ "io.fintrospect" %% "fintrospect-core" % "15.0.2",
|
|
|
+ "io.fintrospect" %% "fintrospect-jackson" % "15.0.2",
|
|
|
+ "io.fintrospect" %% "fintrospect-mustache" % "15.0.2",
|
|
|
+ "com.twitter" %% "finagle-mysql" % "19.5.1"
|
|
|
)
|
|
|
|
|
|
assemblyMergeStrategy in assembly := {
|