Paradox 0.10.0
This release contains a number of improvements, see below for more details.
It also updates some dependencies - most notably parboiled to 1.4.1. This update enables using paradox when running your build with JDK 17 - at the expense of now requiring to run your build on at least JDK 11. If you need your build to run on JDK 8 your best bet is to stick with the paradox 0.9.x tree.
Changes
- Remove deprecated sbt syntax #518 by @mdedetrich
- Replace scalariform with scalafmt #517 by @mdedetrich
- API doc directives: accept full character range in package names #431 by @poWer4aiX
- Minor syntax improvements #514 by @mdedetrich
- feat: migrate to GitHub actions #511 by @ennru
- Don't override github.external_url if its already defined #512 by @mdedetrich
- Retry count for validate links task #490 by @kpritam
Updates
- Update jsoup to 1.15.1 #525 by @scala-steward
- Update paradox-theme-generic, sbt-paradox to 0.9.2 #475 by @scala-steward
- bump: update to parboiled 1.4.1 for JDK 17 support #526 by @pvlugter
- Update sbt, scripted-plugin to 1.6.2 #516 by @scala-steward
- Update sbt-ci-release to 1.5.10 #503 by @scala-steward
- Update sbt-header to 5.7.0 #522 by @scala-steward
- Update sbt-paradox-project-info to 1.1.10 #508 by @scala-steward
- Update scalatest to 3.2.12 #523 by @scala-steward
- Update scala-library to 2.12.15 #495 by @scala-steward
- Update scala-library to 2.13.8 #502 by @scala-steward
- Update ST4 to 4.3.3 #519 by @scala-steward