sbt 2.0.0-RC13 is out!
many thanks to those trying out the release candidates, reporting issues, and sending us bug fixes
sbt
sbt
sbt
👩🔬 released sbt 2.0.0-RC13, featuring bug fixes:
- fixes build.sbt loading from subdirs
- fixes cache and incremental compilation interference
- fixes incremental test with arguments
- atomic file writing and copying
- execution log, to debug caching issues
eed3si9n.com/sbt-2.0.0-RC13 #Scala
🛠️ sbt 2.0.0 is released!
sbt 2.0 is a new major series of sbt, based on Scala 3 constructs and Bazel-compatible cache system. many thanks to Scala Center, Anatolii Kmetiuk (new maintainer), Adrien Piquerez (alumni), and other volunteers like Kenji Yoshida
eed3si9n.com/sbt-2.0.0 #Scala
👩🔬 released sbt 2.0.0-RC14, featuring bug fixes
- fixes Scala Native publishing
- fixes backtick-quoted project handling
- fixes jrt URL handling in console
- removal of Zero Allocation Hashing deps
and more
eed3si9n.com/sbt-2.0.0-RC14 #Scala
sbt 1.12.12 is out!
sbt 2.0.0-RC15 is out!
happy pride!
sbt 1.12.13 is out
underbake (v.), underbaked, underbaking
When a cached task fails to invalidate because of insufficient inputs, leading to an invalid result, we can say that the task is underbaked. In the context of incremental compilation, we call it under-compilation.
www.scala-sbt.org/2.x/docs/en/...
sbt-github-actions 0.30.0 is published
github.com/sbt/sbt-gith... #Scala
'Dependabot version updates now support the sbt ecosystem'
github.blog/changelog/20... #Scala