Releases: pnerg/java-scala-util-converter
Releases · pnerg/java-scala-util-converter
1.2.0
Release v1.1
Added support for cross-compilation, scala 1.11 and 1.12
PR #24
Release v1.0.1
Bug fixes
ID | Heading |
---|---|
#23 | Binary is broken by coverage plugin |
Release v1.0
Release notes
Supporting conversion to/from Scala/Java between all types provided by v1.5 of java-scala-util
Documentation
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"