Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Jun 14, 2024
1 parent 2383f1e commit 2f74266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ inThisBuild(
// add snapshot repo when Akka version overriden
resolvers ++=
(if (Dependencies.AkkaVersion.endsWith("-SNAPSHOT"))
Seq("Akka library snapshot repository".at("https://repo.akka.io/snapshots"))
else Seq.empty)))
Seq("Akka library snapshot repository".at("https://repo.akka.io/snapshots"))
else Seq.empty)))

def common: Seq[Setting[_]] =
Seq(
Expand Down

0 comments on commit 2f74266

Please sign in to comment.