Browse Source

daveD - upped fintrospect version to latest

David Denton 9 years ago
parent
commit
2f0a0f4b6a

+ 1 - 1
frameworks/Scala/fintrospect/README.md

@@ -4,7 +4,7 @@
 The tests were run with:
 The tests were run with:
 
 
 * [Java Oracle 1.8.0_25](http://www.oracle.com/technetwork/java/javase)
 * [Java Oracle 1.8.0_25](http://www.oracle.com/technetwork/java/javase)
-* [fintrospect 12.2.1](https://github.com/daviddenton/fintrospect)
+* [fintrospect 12.3.0](https://github.com/daviddenton/fintrospect)
 * [finagle 6.33.0](https://github.com/twitter/finagle)
 * [finagle 6.33.0](https://github.com/twitter/finagle)
 
 
 ## Test URLs
 ## Test URLs

+ 1 - 1
frameworks/Scala/fintrospect/build.sbt

@@ -10,7 +10,7 @@ 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.2.1",
+  "io.github.daviddenton" %% "fintrospect" % "12.3.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"