Skip to content

Commit

Permalink
upgrade scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 26, 2020
1 parent 74c7f1f commit a6ea01b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ To activate the extension library features (JSON, templates etc), additional dep
Add the following lines to ```build.sbt``` - the lib is hosted in Maven Central and JCenter:
```scala
resolvers += "JCenter" at "https://jcenter.bintray.com"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "15.1.0"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "16.0.0"
```

## See the code
Expand Down
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Expand Up @@ -2,19 +2,19 @@ object Dependencies {

// Versions
val argoVersion = "5.13"
val argonautVersion = "6.3.1" // 13
val circeVersion = "0.13.0" // 13
val argonautVersion = "6.3.1"
val circeVersion = "0.13.0"
val commonsLang3Version = "3.11"
val finagleVersion = "20.8.0" // 13
val finagleVersion = "20.8.0"
val handlebarsScalaForkVersion = "2.3.0"
val gsonVersion = "2.8.6"
val guavaVersion = "29.0-jre"
val jacksonVersion = "2.11.2"
val json4sVersion = "3.6.8" // 13
val json4sVersion = "3.6.8"
val mustacheCompilerVersion = "0.9.6"
val playJsonVersion = "2.9.0" // 13
val playJsonVersion = "2.9.0"
val scalaTestVersion = "3.0.8"
val scalaXmlVersion = "1.3.0" // 13
val sprayJsonVersion = "1.3.5" // 13
val scalaXmlVersion = "1.3.0"
val sprayJsonVersion = "1.3.5"
val javaXActivationVersion = "1.2.0"
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,7 +1,7 @@

resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")

Expand Down
18 changes: 9 additions & 9 deletions src/main/site/format-dependencies.md
Expand Up @@ -14,19 +14,19 @@
<tr>
<td><a href="http://argonaut.io/">Argonaut</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-argonaut" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-argonaut" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Argonaut">Argonaut</a></td>
</tr>
<tr>
<td><a href="https://github.com/travisbrown/circe">Circe</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-circe" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-circe" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Circe">Circe</a></td>
</tr>
<tr>
<td><a href="https://github.com/google/gson">GSON</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-gson" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-gson" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Gson">Gson</a></td>
</tr>
<tr>
Expand All @@ -38,22 +38,22 @@
<tr>
<td><a href="https://github.com/FasterXML/jackson">Jackson</a> </td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-jackson" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-jackson" % "16.0.0"</td>
<td>
<a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Jackson">Jackson</a>
</tr>
<tr>
<td><a href="http://json4s.org/">Json4S Native</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Json4s">Json4s</a>
<br/>
<a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Json4sDoubleMode">Json4sDoubleMode</a></td>
</tr>
<tr>
<td><a href="http://json4s.org/">Json4S Jackson</a> </td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "16.0.0"</td>
<td>
<a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Json4sJackson">Json4sJackson</a>
<br/>
Expand All @@ -62,7 +62,7 @@
<tr>
<td><a href="http://msgpack.org">MsgPack</a></td>
<td>application/msgpack</td>
<td>"io.fintrospect" %% "fintrospect-msgpack" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-msgpack" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.MsgPack">MsgPack</a></td>
</tr>
<tr>
Expand All @@ -74,13 +74,13 @@
<tr>
<td><a href="https://www.playframework.com">Play</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-play" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-play" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Play">Play</a></td>
</tr>
<tr>
<td><a href="https://github.com/spray/spray-json">Spray</a></td>
<td>application/json</td>
<td>"io.fintrospect" %% "fintrospect-spray" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-spray" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.formats.Spray">Spray</a></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/main/site/installation-header.md
Expand Up @@ -9,5 +9,5 @@ To activate some optional features, additional dependencies may be required - th
Add the following lines to ```build.sbt``` - the lib is hosted in Maven Central and JCenter:
```scala
resolvers += "JCenter" at "https://jcenter.bintray.com"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "15.1.0"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "16.0.0"
```
4 changes: 2 additions & 2 deletions src/main/site/templating-dependencies.md
Expand Up @@ -8,13 +8,13 @@
<tr>
<td><a href="http://handlebarsjs.com">Handlebars</a></td>
<td>.hbs</td>
<td>"io.fintrospect" %% "fintrospect-handlebars" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-handlebars" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.templating.HandlebarsTemplates">HandlebarsTemplates</a></td>
</tr>
<tr>
<td><a href="http://mustache.github.io/">Mustache</a></td>
<td>.mustache</td>
<td>"io.fintrospect" %% "fintrospect-mustache" % "15.1.0"</td>
<td>"io.fintrospect" %% "fintrospect-mustache" % "16.0.0"</td>
<td><a data-toggle="tooltip" href="#" title="io.fintrospect.templating.MustacheTemplates">MustacheTemplates</a></td>
</tr>
</table>
Expand Down

0 comments on commit a6ea01b

Please sign in to comment.