Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(monix branch:) build.sbt's outwatch dependency does not exist anymore #3

Open
Klinkenstecker opened this issue Jun 14, 2018 · 0 comments

Comments

@Klinkenstecker
Copy link

When I try to compile outwatch-extras, sbt encounters a dependency resolution error for "io.github.mariusmuja" %%% "outwatch" % "1.0.0-RC7". When I use via jitpack "com.github.outwatch" % "outwatch" % "master-SNAPSHOT" or "io.github.mariusmuja" % "outwatch" % "monix-SNAPSHOT" I can compile everything, but when I try to run the demo-spa project I get the following error:

[error] .../target/scala-2.12/scalajs-bundler/main/demo-spa-fastopt.js:22107
[error] var arg1 = $as_T($m_Lorg_scalajs_dom_package$().window__Lorg_scalajs_dom_raw_Window().location.href);
[error] ^
[error] TypeError: Cannot read property 'location' of undefined
[error] at $c_Loutwatch_extras_router_BaseUrl$.until__T__Loutwatch_extras_router_BaseUrl
...

@Klinkenstecker Klinkenstecker changed the title build.sbt's outwatch dependency does not exist anymore (monix branch:) build.sbt's outwatch dependency does not exist anymore Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant