Hi,
My company uses Akka BSL license (for free, we have revenues less than $25m). I cannot find the version of Akka actor 2.9.3 on the Akka repository (I am currently using version 2.8.5 which is available on Maven repository).
I followed the documentation regarding adding the resolver.
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
However, SBT is still trying to get version 2.9.3 from the Maven repository
not foud: https://repo1.maven.org/maven2/com/typesafe/akka/akka-actor-typed_2.13/2.9.3/akka-actor-typed_2.13-2.9.3.pom
The https://repo.akka.io/maven repository seems empty at first glance, is this normal (see attached photo)?
Thanks.