Sbt Api Mappings Versions Save

An Sbt plugin that fills apiMappings for common Scala libraries.

v3.0.2

2 years ago

What's Changed

Full Changelog: https://github.com/ThoughtWorksInc/sbt-api-mappings/compare/v3.0.1...v3.0.2

v3.0.1

2 years ago

Highlight

The URL generated by sbt-api-mappings is now compatible with Scala 3

What's Changed

Full Changelog: https://github.com/ThoughtWorksInc/sbt-api-mappings/compare/v3.0.0...v3.0.1

v2.0.2

2 years ago

v2.1.0

2 years ago

v3.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/ThoughtWorksInc/sbt-api-mappings/compare/v2.1.0...v3.0.0

v2.0.0

6 years ago

Port to sbt 1.x versions.

v1.1.0

6 years ago

sbt-api-mapping 1.1.0 now handles linking to Javadoc for Java standard library (#6).

  • References to java symbols will link to the specific page of Javadoc if the current Scala version is 2.12.3 or newer version (thanks to https://github.com/scala/scala/pull/5799).
  • References to java symbols will link to the homepage of the external library's Javadoc if the current Scala version is an older version.