guardian / path-manager

Service that manages paths for a domain. Ensures they are unique etc.
2 stars 0 forks source link

Bump sbt version to get project running on M1 laptops #59

Closed rebecca-thompson closed 1 year ago

rebecca-thompson commented 1 year ago

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.