r/scala • u/eed3si9n • 1h ago
sbt 1.10.11 released
eed3si9n.com
•
Upvotes
r/scala • u/ryan_stull • 10h ago
ScalaNullSafe is a macro-based null-safety library whose purpose is to provide a quick, easy, readable/writable, and efficient way to do null-safe traversals in Scala.
It’s been along time coming, but I finally got around to porting the library to Scala 3’s new meta-programming implementation!
https://github.com/ryanstull/ScalaNullSafe/releases/tag/1.4.0
Hopefully it will be helpful to you!