Skip to content

Commit

Permalink
upgrade version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed May 27, 2019
1 parent 61af199 commit b80788d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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" % "14.22.0"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "15.0.0"
```

## See the code
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val baseSettings = Seq(
name := "fintrospect",
organization := "io.fintrospect",
version := "14.22.0",
version := "15.0.0",
scalaVersion := "2.12.3",
crossScalaVersions := Seq("2.12.3", "2.11.8"),
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down
4 changes: 2 additions & 2 deletions harp.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"globals": {
"fintrospect": {
"old": "14.21.2",
"new": "14.22.0"
"old": "14.22.0",
"new": "15.0.0"
}
}
}
18 changes: 9 additions & 9 deletions src/main/site/format-dependencies.md
Original file line number Diff line number Diff line change
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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-argonaut" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-circe" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-gson" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-jackson" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-json4s" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-msgpack" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-play" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-spray" % "15.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
Original file line number Diff line number Diff line change
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" % "14.22.0"
libraryDependencies += "io.fintrospect" %% "fintrospect-core" % "15.0.0"
```
4 changes: 2 additions & 2 deletions src/main/site/templating-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<tr>
<td><a href="http://handlebarsjs.com">Handlebars</a></td>
<td>.hbs</td>
<td>"io.fintrospect" %% "fintrospect-handlebars" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-handlebars" % "15.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" % "14.22.0"</td>
<td>"io.fintrospect" %% "fintrospect-mustache" % "15.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 b80788d

Please sign in to comment.