Hi! I'm having trouble following the installation guide, I included both lines:
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies += "dev.zio" %% "zio-actors" % "0.1.0"
I get not foudn error with sbt:
error] (update) sbt.librarymanagement.ResolveException: Error downloading dev.zio:zio-actors_3:0.0.0+1-16e9d9e5-SNAPSHOT
[error] Not found
[error] Not found
[error] not found: /home/myusername/.ivy2/localdev.zio/zio-actors_3/0.0.0+1-16e9d9e5-SNAPSHOT/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/dev/zio/zio-actors_3/0.0.0+1-16e9d9e5-SNAPSHOT/zio-actors_3-0.0.0+1-16e9d9e5-SNAPSHOT.pom
[error] not found: https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-actors_3/0.0.0+1-16e9d9e5-SNAPSHOT/zio-actors_3-0.0.0+1-16e9d9e5-SNAPSHOT.pom
Is any other repo missing in the documentation?
Also the sonartype repo is not mentioned in the zio.dev but it is on the overview
I would guess is a out of date documentation, if I find the way to make it work I'll comment here and open a pr