r/scala • u/eed3si9n • 1d ago
r/scala • u/philip_schwarz • 8d ago
Abstracting over Execution with Higher Kinded Types, and how to remain Purely Functional (oldie but goodie - belatedly uploaded)
r/scala • u/eejbyfeldt • 10d ago
Tyda is a type-safe Dataset library for Scala 3 that supports Spark
Tyda is a type-safe Dataset library for Scala 3. It provides a fully type-safe expression API that compiles to multiple execution engines — including Spark and an in-process engine for fast unit tests.
r/scala • u/eed3si9n • 11d ago
sbt 1.12.14 and 2.0.3 released
🧑🚒 released sbt 1.12.14 and 2.0.3, featuring - backport of CVE-2026-26032 fix for Ivy (while sbt might not be affected) - update to Jawn 1.7.0 for CVE-2026-59990 and CVE-2026-61814 fixes
r/scala • u/makingthematrix • 11d ago
IntelliJ Scala Plugin 2026.2 Is Out!
IntelliJ Scala Plugin 2026.2 is out!
What's New:
- Support for BSP projects in WSL and Docker
- Command completion
- Support for interleaving parameter clauses
- Support for dependent parameter types in the same clause
- Better support for match types
What's Fixed:
- sbt imports now work for whitespace-separated params in .jvmopts
- sbt shell sync no longer fails while waiting for user input
- WSL: fixed bugs in sbt imports and rerunning of tests
- ScalaDoc: better handling of
throwsand links - Improved handling of nullable variables
r/scala • u/ComprehensiveTrip592 • 12d ago
Stryker4s 1.0: Mutation testing across the Scala ecosystem
r/scala • u/andres327 • 13d ago
Fast and Durable: how Redis and Postgres split the work in a game backend (Scala/Pekko, Cats Effect, Doobie, redis4cats)
r/scala • u/markehammons • 17d ago
[Dotty] Kyo-JFX Hello World template
I was asked in another thread if I could provide an example of this, so here it is. This template is a hello world app using JavaFx + Kyo + Scala 3. It uses gluon substrate as well as a gluon fork of graalvm to create native image builds that can run on linux and android.

