Skip to content

Conversation

@MasseGuillaume
Copy link
Contributor

No description provided.

if (Set("2.11", "2.12.0-RC2").contains(scalaBinaryVersion.value))
Seq(baseDirectory.value / ".." / "shared" / "src" / "main" / "scala-2.11_2.12")
else
Seq()
Copy link
Contributor Author

@MasseGuillaume MasseGuillaume Oct 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with the new scala-js plugin it's built-in. we have to specify the directory for 2.11 and 2.12 since it's unconventional

"org.scala-lang" % "scala-compiler" % version % "provided"
) ++
(if (version startsWith "2.10.")
Seq(compilerPlugin("org.scalamacros" % s"paradise" % "2.0.0" cross CrossVersion.full),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope this bump does not break anything.

@MasseGuillaume MasseGuillaume mentioned this pull request Oct 23, 2016
@MasseGuillaume
Copy link
Contributor Author

@MasseGuillaume MasseGuillaume deleted the cross-compile-2.12 branch October 23, 2016 15:19
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

Successfully merging this pull request may close these issues.

1 participant