doc: fix ScalaFiddle integration for Akka 2.6 #27510

This commit is contained in:
Andrea Peruffo 2020-01-07 07:12:31 +00:00 committed by Johan Andrén
parent 04df0252cd
commit 1529e91edd
2 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,8 @@
window.scalaFiddleTemplates = {
"Akka": {
pre: "// $FiddleDependency org.akka-js %%% akkajsactor % 1.2.5.14 \n" +
"// $FiddleDependency org.akka-js %%% akkajsactorstream % 1.2.5.14 \n" +
"// $FiddleDependency org.akka-js %%% akkajsactortyped % 1.2.5.14 \n",
pre: "// $FiddleDependency org.akka-js %%% akkajsactor % 2.2.6.1 \n" +
"// $FiddleDependency org.akka-js %%% akkajsactorstream % 2.2.6.1 \n" +
"// $FiddleDependency org.akka-js %%% akkajsactortyped % 2.2.6.1 \n",
post: ""
}
}

View file

@ -112,8 +112,6 @@ Akka Streams in order to tell you how many bytes or elements were consumed and
whether the stream terminated normally or exceptionally.
### Browser-embedded example
FIXME: fiddle won't work until Akka 2.6 is released and fiddle updated with that [#27510](https://github.com/akka/akka/issues/27510)
<a name="here-is-another-example-that-you-can-edit-and-run-in-the-browser-"></a>
Here is another example that you can edit and run in the browser: