Bumps the sbt version to avoid the java.lang.UnsatisfiedLinkError … missing compatible architecture errors we see when running sbt versions < 1.6 on M1 ARM laptops.
How to test
Run sbt compile on your local laptop. Everything should build as expected.
What does this change?
Bumps the sbt version to avoid the
java.lang.UnsatisfiedLinkError … missing compatible architecture
errors we see when running sbt versions < 1.6 on M1 ARM laptops.How to test
Run
sbt compile
on your local laptop. Everything should build as expected.