Skip to content

Releases: pnerg/java-scala-util-converter

1.2.0

05 Feb 12:34
Compare
Choose a tag to compare
  • Upgrade dependency to java-scala-utils #27
  • Cross-compile for Scala 2.13 #25

Release v1.1

06 Dec 18:29
Compare
Choose a tag to compare

Added support for cross-compilation, scala 1.11 and 1.12
PR #24

Release v1.0.1

10 Dec 10:12
Compare
Choose a tag to compare

Bug fixes

ID Heading
#23 Binary is broken by coverage plugin

Release v1.0

21 Sep 06:10
Compare
Choose a tag to compare

Release notes

Supporting conversion to/from Scala/Java between all types provided by v1.5 of java-scala-util

Documentation

ScalaDoc (v1.0)

Download

The binaries can be downloaded from Maven Central.
Or use the ones attached below to this release.

Maven

<dependency>
  <groupId>org.dmonix.functional</groupId>
  <artifactId>java-scala-utils-converter_2.11</artifactId>
  <version>1.0</version>
</dependency>

sbt

"org.dmonix.functional" %% "java-scala-utils-converter" % "1.0"