gilt / jerkson   0.6.9

GitHub

Jerkson compiled for Scala 2.10 & 2.11

Scala versions: 2.11 2.10

Jerkson

This fork of Jerkson contains patches not found in the original, abandoned, copy. See the changelog for more info.

Install

  • This version of Jerkson is hosted on Maven Central.

  • From sbt:

    libraryDependencies += "com.gilt %% "jerkson" % "0.6.8-2"
  • From Maven:

    <dependency>
      <groupId>com.gilt</groupId>
      <artifactId>jerkson_2.10</artifactId>
      <version>0.6.8-2</version>
    </dependency>

Build

$ cd jerkson
$ sbt compile
$ sbt test

Contributing

  • Write your code, with tests
  • Make sure the tests pass
  • Update the CHANGELOG.md
  • Make a PR!

Releasing

Make sure you update:

  • CHANGELOG.md
  • Make a release in github