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

Link for ScalaJS broken #122

Closed
MikaelMayer opened this issue Jul 21, 2017 · 1 comment
Closed

Link for ScalaJS broken #122

MikaelMayer opened this issue Jul 21, 2017 · 1 comment

Comments

@MikaelMayer
Copy link

The Readme file says it supports scala-js using the following dependency:

libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.6"

However, even in a simple project e.g. Workbench Example App, adding the line above in the build.sbt file and an import statement like:

import scala.util.parsing.combinator._

triggers the error:

object parsing is not a member of package util

The solution for me was to use another link provided by this stackoverflow answer

libraryDependencies += "org.scala-js" %%% "scala-parser-combinators" % "1.0.2"

but in this case, 1.0.6 is not supported. Any idea why?

@SethTisue
Copy link
Member

Duplicate of #119; will be fixed in 1.0.7

@SethTisue SethTisue marked this as a duplicate of #119 Jul 21, 2017
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

2 participants