sbt 1.12.13
The headline feature of sbt 1.12.13 is:
- Fixes file permissions issue
See also 1.12.0 release note for the details on 1.12.x features.
Hi everyone. On behalf of the sbt project, I am happy to announce sbt 1.12.13. This is the twelfth feature release of sbt 1.x, a binary compatible release focusing on new features. sbt 1.x is released under Semantic Versioning, and the plugins are expected to work throughout the 1.x series. Please try it out, and report any issues you might come across.
How to upgrade
The sbt version used for your build is upgraded by putting the following in project/build.properties:
sbt.version=1.12.13
This mechanism allows that sbt 1.12.13 is used only for the builds that you want.
Download the official sbt runner from SDKMAN, or download from https://github.com/sbt/sbt/releases/tag/v1.12.13 to upgrade the sbt shell script and the launcher.
🐛 Bug fixes
- fix: Fixes file permissions by @eed3si9n + @xuwei-k in io#527 / #9350
- fix: Fixes
ArrayIndexOutOfBoundsExceptionerror when Unix domain socket is closed by @merlinorg in ipcsocket#77
Participation
Thanks to everyone who’s helped improve sbt and Zinc by using them, reporting bugs, improving our documentation, porting builds, porting plugins, and submitting and reviewing pull requests.
For anyone interested in helping sbt, there are many avenues for you to help, depending on your interest. If you’re interested, Contributing, “help wanted”, “good first issue”, and Discussions are good starting points.
Donate to Scala Center
Scala Center is a non-profit center at EPFL to support education and open source.