Update scalafmt-core to 3.8.6 #838
Annotations
1 error and 1 warning
compile-all
Command failed: /home/runner/bin/scalafmt-native -c .scalafmt.conf --test
error: invalid Scalafmt version.
This Scalafmt installation has version '3.8.3' and the version configured in '/home/runner/work/zmatrix/zmatrix/.scalafmt.conf' is '3.8.6'.
To fix this problem, add the following line to .scalafmt.conf:
```
version = 3.8.3
```
NOTE: this error happens only when running a native Scalafmt binary.
Scalafmt automatically installs and invokes the correct version of Scalafmt when running on the JVM.
|
compile-all
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|