Releases: JetBrains/sbt-structure
Releases · JetBrains/sbt-structure
v2023.1.0
There are no functional changes in this release.
The scala-xml
dependency was upgraded to 2.1.0
.
v2022.3.1
No functional differences to v2022.3.0.
The build has been upgrade to sbt 1.7.3.
v2022.3.0
Revive the project after a year of no releases.
Changes
- Extract compileOrder settings from sbt builds
- Add basic tests for new sbt releases (1.6.x, 1.7.x)
- Build the project using sbt 1.4.9
- Update Scala versions to 2.12.17 and 2.13.10
v5.1.0
- Add 'resolveJavadocs' option to control javadocs downloading and resolution
v5.0.1
- Fix regex exception in Android part (thanks to @pfn)
v5.0.0
-
Change how sbt-structure extracts information.
Instead of operating directly on state, implement extraction as a hierarchy of dependent tasks to explot SBT's internal caching and parallelization facilities.
-
Relax unmanagedClasspath
restriction to be a file only
-
Change Play2Data API
v4.3.2
- Revert back changes concerned with evictions
v4.3.1
- Add support for
ideOutputDirectory
setting
v4.3.0
- Extract information about apklibs used in Android projects
- Change AndroidData API
v4.2.1
- Support dependency eviction