You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"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"
The text was updated successfully, but these errors were encountered: