Skip to content

Commit

Permalink
Duplicate provided version warning in getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Nov 24, 2021
1 parent fa7ed41 commit 5caa7ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documentation/src/main/paradox/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ This will pull in the core endless module, containing typeclasses and interprete

Akka runtime is available in `endless-runtime-akka`, and some extra helpers for circe in `endless-circe-helpers`: add those as dependencies to your infrastructure module.

You can also clone this repository and run the example application with `sbt run`.
You can also clone this repository and run the example application with `sbt run`.

@@@ warning { title="Compatibility" }
Since Akka [does not allow mixed versions](https://doc.akka.io/docs/akka/current/common/binary-compatibility-rules.html#mixed-versioning-is-not-allowed) in a project, Akka dependencies of `endless-runtime-akka` are marked a `Provided`. This means that your application `libraryDependencies` needs to directly include Akka as a dependency. The minimal supported Akka version is $akka.min.version$.
@@@

0 comments on commit 5caa7ae

Please sign in to comment.