This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-scala-g8.git

commit a314af89e8939a664aa56127776cf4ec2b9c24d7
Author: Andrzej Ludwikowski <[email protected]>
AuthorDate: Fri Aug 4 10:25:05 2023 +0300

    chore: akka repository configuration (#96)
---
 src/main/g8/build.sbt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index 33fc8ec..6eb97f3 100644
--- a/src/main/g8/build.sbt
+++ b/src/main/g8/build.sbt
@@ -7,6 +7,8 @@ lazy val akkaVersion    = "$akka_version$"
 // sbt tasks, consider https://github.com/spray/sbt-revolver/
 fork := true
 
+resolvers += "Akka library repository".at("https://repo.akka.io/maven";)
+
 lazy val root = (project in file(".")).
   settings(
     inThisBuild(List(


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

Reply via email to