The GitHub Actions job "Run Tests with Pekko 1.x builds" on 
pekko-persistence-cassandra.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
aff6975508039607c0d2263893573eef3f777c78 / He-Pin(kerr) 
<[email protected]>
fix: make -Yfuture-lazy-vals conditional for Scala 3.9+ (#429)

* fix: make -Yfuture-lazy-vals conditional for Scala 3.9+

Motivation:
Scala 3.9 removed the -Yfuture-lazy-vals compiler option as the behavior
is now the default. Passing this flag causes compilation errors on Scala 3.9+.

Modification:
Conditionally add -Yfuture-lazy-vals only when Scala minor version < 9
using CrossVersion.partialVersion check.

Result:
Project compiles on both Scala 3.3.x (which needs the flag) and
Scala 3.9+ (which has the behavior by default).

* chore: apply scalafmt to project/Common.scala

Motivation:
CI scalafmt check failed because project/Common.scala was not formatted.

Modification:
Ran scalafmt on the build file.

Result:
Code is formatted CI check should pass.

Tests:
Not run - formatting only

Report URL: 
https://github.com/apache/pekko-persistence-cassandra/actions/runs/27802988273

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to