mdedetrich commented on issue #334:
URL: 
https://github.com/apache/incubator-pekko/issues/334#issuecomment-1594272641

   @mkurz  Regarding my earlier comment with snapshots, I didn't realize that 
you mentioned sonatype specifically. We do publish snapshots but as you may 
have noticed from the link provided earlier its to Apache repo, not Sonatype. 
If you are using latest version of SBT (i.e. 1.9.0) you can just do this to add 
the resolver
   
   ```sbt
   resolvers += Resolver.ApacheMavenSnapshotsRepo
   ```
   
   Otherwise you can do
   ```sbt
   resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to