'Migrating sbt plugins to sbt 2 with sbt2-compat plugin'
introducing sbt2-compat plugin by Anatolii Kmetiuk at Scala Center
github.com/sbt/sbt2-com...
scala-lang.org/blog/2026/03... #Scala
'Migrating sbt plugins to sbt 2 with sbt2-compat plugin'
introducing sbt2-compat plugin by Anatolii Kmetiuk at Scala Center
github.com/sbt/sbt2-com...
scala-lang.org/blog/2026/03... #Scala
released sbt 1.12.5!
sbt 1.12.4 is out!
- client-side console (forking Scala REPL from native sbtn client)
- `rootProject` macro
- experimental dependency lock
- experimental Ivyless publishing
- and a long list of contributed bug fixes
eed3si9n.com/sbt-2.0.0-RC9 (2/n)
sbt 2.0.0-RC9 is out!
sbt 1.12.3 is out
wrote 'sbt 1.12.1 and unmoored scala-reflect / scala-compiler issue'
contributors.scala-lang.org/t/sbt-1-12-1... #scala
sbt 1.12.2 is released!
'sbt 2 production-ready roadmap'
contributors.scala-lang.org/t/sbt-2-prod...
happy to announce that along with Scala library, compiler, sbt 2.0 project has been awarded Sovereign Tech Fund (German gov grant), recognized as a critical digital infrastructure, or an xkcd open source picture
scala-lang.org/blog/2026/01... #Scala
sbt 1.12.1 is released!
wrote a blog post - 'sbt and the miners of the wild west'
eed3si9n.com/sbt-and-the-... #Scala
'RFC: sbt 2.0 on JDK 17'
On behalf of the sbt project, I would like to solicit your feedback on the minimum JDK version required for sbt 2.0
users.scala-lang.org/t/rfc-sbt-2-... #Scala
Scala Days talk on sbt 2.0
screenshot of VS Code running Metals extension, demonstrating code completion of Address case class.
screenshot of IntelliJ with Scala plugin, demonstrating code completion of Address case class.
FYI - using either the latest IntelliJ 2025.3 or the latest Metals 1.6.4, sbt 2.x build can be imported to the respective IDE
www.scala-sbt.org/2.x/docs/en/...
www.scala-sbt.org/2.x/docs/en/...
www.scala-sbt.org/2.x/docs/en/... #Scala
sbt 2.0.0-RC8 is released!
sbt 1.12.0 is released!
sbt 1.12.0-RC1 is out
a flamegraph of no-op compilation run using sbt 2.0.0-RC-6. it shows a big column in the middle, indicating that most of the time is spent doing one thing, which in this case is running sha256Hash function.
๐ฆ during sbt 2.0.0-RC7 development, I attempted some perf improvement to fix the no-op compilation perf regression that was reported. since RC7 is out, I can finally post 'sudori part 8: no-op compilation performance' (didn't write this on Thanksgiving)
eed3si9n.com/sudori-part8... #Scala
a screen capture from the 'sbt 2.0: go big' talk. Vision sbt 2.0 An idea of the ultimate build tool 1. Simplify build.sbt DSL 2. Use Scala 3 constructs 3. Caching 4. sbtn by default 5. Continuity
a screen capture from the 'sbt 2.0: go big' talk. sbt 2.x: test results will be cached on CI
caching is IO-effect-hard At least as hard as the IO problem someTask := { val conv = fileConverter.value val out: java.nio.file.Path = createFile(...) conv.toVirtualFile(out): xsbti.HashedVirtualFileRef } This will just memorize the file path and hash but won't materialize the file on disk someTask := { val conv = fileConverter.value val out: java.nio.file.Path = createFile(...) val vf: xsbti.VirtualFile = conv.toVirtualFile(out) Def.declareOutput(vf) vf } Def.declareOutput(vf) will materialize the file on cache hit
a screen capture from 'sbt 2.0: go big' talk the section slide for sbtn + sbt server It shows a seemingly large, but abstract concrete structure with forest area in the background. it's the base part of The Open Hand Monument in Chandigarh by Le Corbusier.
from #Scala Days 2025 edition, 'sbt 2.0: go big'
www.youtube.com/watch?v=GM2y... (video)
www.slideshare.net/slideshow/sb...
sbt 2.0.0-RC7 is released
sbt 1.12.0-M1 is released!
sbt 1.11.7 is released!
sbt-native-packager 1.11.4 is released, including CVE-2025-48924 fix
github.com/sbt/sbt-nati... #Scala
sbt 2.0.0-RC6 is released
sbt 2.0.0-RC5 is out
sbt 1.11.6 is released
sbt 2.0.0-RC4 is released
sbt 1.11.5 is released
sbt-native-packager 1.11.3 is cross published to sbt 1.x and 2.x
github.com/sbt/sbt-nati...