Releases: sbt/zinc
Releases · sbt/zinc
v2.0.0-M15
updates
- deps: Scala 3.8.2 by @xuwei-k in #1644
- fix: Fixes NoClassDefFoundError during analysis of inner classes by @BrianHotopp in #1660
behind the scenes
- ci: Fix windows CI by @xuwei-k in #1642
- ci: Update sbt-mima-plugin to 1.1.5 by @scala-steward in #1645
- deps: Update launcher-interface to 1.6.0 by @scala-steward in #1646
- deps: Update util-control, util-interface, ... to 2.0.0-RC9 by @scala-steward in #1648
- refactor: Avoid old varargs splice syntax in build.sbt by @xuwei-k in #1650
- refactor: Remove unused code in build file by @xuwei-k in #1649
- ci: Remove jgit from scala-steward.conf by @xuwei-k in #1651
- refactor: Fix old varargs splice syntax warnings by @xuwei-k in #1652
- ci: Update sbt/setup-sbt action by @xuwei-k in #1653
- ci: Update sbt, scripted-plugin to 1.12.5 by @scala-steward in #1656
- ci: Update sbt-ide-settings to 1.1.4 by @scala-steward in #1655
- test: Update org.eclipse.jgit to 7.6.0.202603022253-r by @scala-steward in #1654
- refactor: Remove redundant conversions by @xuwei-k in #1657
- test: Update affinity to 2026.2 by @scala-steward in #1634
- refactor: Use given and using instead of implicit by @xuwei-k in #1658
- test: Use extension instead of implicit class by @xuwei-k in #1659
- test: Close ClassLoader in test by @xuwei-k in #1662
- refactor: Match Java source file names with the class name by @xuwei-k in #1663
new contributors
- @BrianHotopp made their first contribution in #1660
Full Changelog: v2.0.0-M14...v2.0.0-M15
2.0.0-M14
update
behind the scenes
- Update sbt, scripted-plugin to 1.12.2 by @scala-steward in #1639
Full Changelog: v2.0.0-M13...v2.0.0-M14
2.0.0-M13
updates
- perf: Avoid calling expensive
.toUri.toStringand other micro-optimizations by @lihaoyi in #1629 - fix: Use strict matching for scala-library JAR detection by @MkDev11 in #1626
- fix: Fixes alternative Scala lib directories for
scalaHomeby @MkDev11 in #1630
behind the scene
- Update util-control, util-interface, ... to 2.0.0-RC8 by @scala-steward in #1625
- ci: Update sbt, scripted-plugin to 1.12.0 by @scala-steward in #1624
- refactor: Replace Manifest with ClassTag by @eed3si9n in #1627
new contributors
Full Changelog: v2.0.0-M11...v2.0.0-M13
2.0.0-M11
1.12.0
updates
- Fixes Javadoc support on JDK 21 by @adpi2 in #1622
- Switch console to the
allJarsloader (Scala 3.8 REPL support) by @eed3si9n in #1612 - Increase Protobuf recursion limit used to persist Zinc Analysis to 200 (default is 100) by @mrdziuban in #1606
new contributors
- @mrdziuban made their first contribution in #1606
Full Changelog: v1.11.0...v1.12.0
1.12.0-M2
updates
- Fixes Javadoc support on JDK 21 by @adpi2 in #1622
- Switch console to the
allJarsloader (Scala 3.8 REPL support) by @eed3si9n in #1612 - Increase Protobuf recursion limit used to persist Zinc Analysis to 200 (default is 100) by @mrdziuban in #1606
new contributors
- @mrdziuban made their first contribution in #1606
Full Changelog: v1.11.0...v1.12.0-M2
2.0.0-M10
behind the scenes
- ci: Update sbt-jmh to 0.4.8 by @scala-steward in #1604
- ci: Update sbt, scripted-plugin to 1.11.7 by @scala-steward in #1610
- ci: Update sbt-scalafmt to 2.5.6 by @scala-steward in #1611
- deps: Update scala3-library to 3.7.4 by @scala-steward in #1613
- ci: Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1614
- deps: Update util-control, util-interface, ... to 2.0.0-RC7 by @scala-steward in #1617
- deps: Update launcher-interface to 1.5.2 by @scala-steward in #1619
- deps: Update scala-compiler, scala-library to 2.12.21 by @scala-steward in #1618
- Merge 1.12.x by @eed3si9n in #1620
Full Changelog: v2.0.0-M9...v2.0.0-M10
1.12.0-M1
updates
- Switch console to the
allJarsloader (Scala 3.8 REPL support) by @eed3si9n in #1612 - Increase Protobuf recursion limit used to persist Zinc Analysis to 200 (default is 100) by @mrdziuban in #1606
new contributors
- @mrdziuban made their first contribution in #1606
Full Changelog: v1.11.0...v1.12.0-M1
2.0.0-M9
updates
🎬 behind the scene
- refactor: Avoids
private[this], and fix Scala 3 warnings by @xuwei-k in #1593 - refactor: Avoids deprecated
AnyRefMapby @xuwei-k in #1594 - refactor: Fixes warnings by @xuwei-k in #1595
- refactor: Avoids old sbt
insyntax by @xuwei-k in #1597 - refactor: Fixes ZipCentralDir warning by @xuwei-k in #1596
- refactor: Fixes warnings by @xuwei-k in #1598
- refactor: Fixes
scala.reflect.Manifestwarning by @xuwei-k in #1599 - refactor: Fixes warnings in Scala 3 projects by @xuwei-k in #1600
Full Changelog: v2.0.0-M8...v2.0.0-M9
1.11.0
updates
- Supports JDK 25 JEP-512/JEP-445 Main class by @eed3si9n + @lrytz in #1602
- deps: Update sbt, scripted-plugin, util-control, ... to 1.11.5 by @scala-steward in #1573
- deps: Update util-control, util-interface, ... to 1.11.5 by @scala-steward in #1578
- deps: Update scala-compiler, scala-library to 2.13.16 by @scala-steward in #1530
- deps: Update io to 1.10.5 by @scala-steward in #1542
🎬 behind the scene
- ci: Update sbt-projectmatrix to 0.11.0 by @scala-steward in #1546
- test: Update org.eclipse.jgit to 6.10.1.202505221210-r by @scala-steward in #1549
- ci: Publish to Central Portal by @eed3si9n in #1551
- ci: Update protobuf-java, protoc to 3.25.8 by @scala-steward in #1554
- ci: Update sbt-ide-settings to 1.1.3 by @scala-steward in #1562
- ci: Update sbt-scalafmt to 2.5.5 by @scala-steward in #1560
- ci: Update sbt-dynver to 5.1.1 by @scala-steward in #1558
- ci: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1566
- ci: Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #1570
- ci: Update CLA link by @xuwei-k in #1572
Full Changelog: v1.10.8...v1.11.0