Taro L. Saito
Taro L. Saito
## Summary - Upgrade sbt version from 2.0.0-M4 to 2.0.0-RC2 for Scala 3 cross-compilation - Enable CI workflow for sbt 2.x testing - Add compatibility layer to handle differences between...
As sbt can't find classes compiled with Scala 3.7, sbt needs to be upgraded to use Scala 3.7. https://github.com/sbt/sbt/pull/8179 This is a blocker for completing the sbt 2.x support in...
## Summary This PR implements issue #3953 to resolve naming conflicts between HTML and SVG attributes in the rx-html library, enabling seamless integration of both attribute sets. ## Problem Previously,...
## Summary - Add support for sbt 2.0.0-M4 while maintaining compatibility with sbt 1.x - Enable cross-building for both sbt versions ## Changes - Updated Scala version to 3.6.4 for...