Skip to content

LibraryDep for scala-xml is wrong #33

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

Closed
csvan opened this issue Nov 18, 2014 · 1 comment
Closed

LibraryDep for scala-xml is wrong #33

csvan opened this issue Nov 18, 2014 · 1 comment

Comments

@csvan
Copy link

csvan commented Nov 18, 2014

"org.scala-lang.modules" %% "scala-xml" % "1.0.2" does not exist. It should be "org.scala-lang.modules" %% "scala-xml_2.11" % "1.0.2"

@adriaanm
Copy link
Contributor

adriaanm commented Dec 3, 2014

Hi, the double %% is sbt notation for cross-versioned artifacts. Sbt will automatically add the right Scala binary version suffix. I'll clarify this in the readme.

@adriaanm adriaanm closed this as completed Dec 3, 2014
adriaanm added a commit that referenced this issue Dec 3, 2014
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