Skip to content

Commit

Permalink
chore: add akka repo configuration (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
aludwiko authored Aug 7, 2023
1 parent 0c48f32 commit dab7fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ scalaVersion := crossScalaVersions.value.head

val AkkaVersion = "2.6.0"

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
Expand Down

0 comments on commit dab7fec

Please sign in to comment.