question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build for Scala 2.13.0

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Atrycommented, Dec 30, 2019

Since the collection API changes in Scala 2.13, it is impossible to support Scala 2.13 without breaking backward-compatibility.

Therefore, the work for Scala 2.13 are implemented in the next major version, Binding.scala v12. There is an unstable version here: https://github.com/ThoughtWorksInc/Binding.scala/releases/tag/v12.0.0-M0

The templating libraries, dom and fxml are dropped, in favor of html.scala (and your own XML templating libraries based on Name Based XML Literals).

1reaction
Atrycommented, Dec 7, 2019

I know it’s really hard to keep the ability of cross compilation when there are plenty of API changes in standard library. Thanks for your attempting implementation!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scala 2.13.0 - The Scala Programming Language
Download and use Scala with IntelliJ and then build a project, then test it. Using SDKMAN!, you can easily install specific versions of...
Read more >
org.scala-lang » scala-library » 2.13.0 - Maven Repository
Scala for Data Science (2016) by Pascal Bugnion ; Building a Recommendation Engine with Scala (2016) by Saleem Ansari ; Scala Functional ...
Read more >
Building Spark - Spark 3.0.0-preview Documentation
Building Spark using Maven requires Maven 3.6.2 and Java 8. ... For SBT, specify a complete scala version using (e.g. 2.13.0): ./build/sbt ...
Read more >
Migrating to Scala 2.13
Project that works on Scala 2.12. • Targeting Scala 2.13.0-M4 or higher. • sbt build (for examples shown). Starting Point ...
Read more >
sbt Reference Manual — Cross-building
This fairly simple approach allows interoperability with users of Maven, Ant and other build tools. For pre-prelease versions of Scala such as 2.13.0-RC1 ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found