Skip to content

Releases: JetBrains/sbt-structure

v2023.1.0

09 Feb 12:18
v2023.1.0
74f89b4
Compare
Choose a tag to compare

There are no functional changes in this release.

The scala-xml dependency was upgraded to 2.1.0.

v2022.3.1

02 Nov 12:39
v2022.3.1
3e78ab2
Compare
Choose a tag to compare

No functional differences to v2022.3.0.

The build has been upgrade to sbt 1.7.3.

v2022.3.0

31 Oct 22:46
v2022.3.0
ce1d3d3
Compare
Choose a tag to compare

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

03 Dec 11:44
Compare
Choose a tag to compare
  • Add 'resolveJavadocs' option to control javadocs downloading and resolution

v5.0.1

03 Dec 08:20
Compare
Choose a tag to compare
  • Fix regex exception in Android part (thanks to @pfn)

v5.0.0

16 Nov 12:56
Compare
Choose a tag to compare
  • 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

27 Oct 08:08
Compare
Choose a tag to compare
  • Revert back changes concerned with evictions

v4.3.1

23 Oct 13:23
Compare
Choose a tag to compare
  • Add support for ideOutputDirectory setting

v4.3.0

23 Oct 09:34
Compare
Choose a tag to compare
  • Extract information about apklibs used in Android projects
  • Change AndroidData API

v4.2.1

22 Oct 07:05
Compare
Choose a tag to compare
  • Support dependency eviction