As per:

https://github.com/FasterXML/jackson-module-scala/issues/295

and thanks to Morten's work, Scala module once again at parity with
other modules.
Including support for Scala 2.12.

This, along with use of `jackson-bom` versions 2.7.9 and 2.8.7 should
allow much smoother upgrades and version compatibility; most commonly
using:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.fasterxml.jackson</groupId>
            <artifactId>jackson-bom</artifactId>
            <version>2.8.7</version>
            <scope>import</scope>
            <type>pom</type>
        </dependency>
    </dependencies>
</dependencyManagement>

(although use as parent pom also works)

-+ Tatu +-

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to