Releases: lightbend/sbt-paradox-dependencies
Releases · lightbend/sbt-paradox-dependencies
sbt-paradox-dependencies 0.2.4
What's Changed
- Replace Bintray/Travis badges with Maven/Github actions by @mdedetrich in #30
- Update scalafmt by @mdedetrich in #31
- fix: break infinite recursion in renderTreeNode by @patriknw in #33
New Contributors
Full Changelog: v0.2.3...v0.2.4
sbt-paradox-dependencies 0.2.3
Maintenance release
Switched CI and releasing to use GitHub actions -- thanks to @mdedetrich!
Project internals
- Replace scalafmtOnCompile with github action #29 by @mdedetrich
- Replace travis with GitHub actions #28 by @mdedetrich
- Update sbt and other dependencies #27 by @mdedetrich
- Add .gitignore #26 by @mdedetrich
- Update and apply scalafmt #25 by @mdedetrich
sbt-paradox-dependencies 0.2.1
Changes
The plugin doesn't rely on a patched version of sbt-dependency-graph
anymore! Thanks you, @francisdb
Updates
- Use sbt-dependency-graph 0.10.0-RC1 #19 by @francisdb
Project internals
Multi-module support; sbt 1.3.x
Initial release
This Paradox plugin is now functional.
There are still some things to be changed around how sbt tasks are accessed from the Paradox directive #9.