sbt 1.9.3 released
The sbt project has announced the release of sbt 1.9.3, a patch release that brings several improvements and bug fixes to the popular Scala build tool. This release introduces actionable diagnostics, also known as quickfix, which allows developers to easily address code issues surfaced by the compiler. The new interface called AnalysisCallback2 relays code actions from the compiler to Zinc's Analysis file, enabling future versions of Scala 2.13.x and Scala 3 to release with proper code actions. In addition, the release includes other updates and bug fixes contributed by the community. To upgrade to sbt 1.9.3, developers can download the official sbt runner from SDKMAN or directly from the project's GitHub repository. The sbt version used for a specific build can be upgraded by modifying the project/build.properties file. The sbt project welcomes contributions from the community and provides various avenues for developers to get involved and help improve the tool.