Build for Scala 2.13.0
See original GitHub issue- Scala
- Scala.js
- Scalaz
- ScalaTest - https://github.com/scalatest/scalatest/issues/1601
- sde - https://github.com/ThoughtWorksInc/sde/issues/11
- Extractor.scala - https://github.com/ThoughtWorksInc/Extractor.scala/pull/19
- Q.scala - https://github.com/ThoughtWorksInc/Q.scala/pull/3
- ScalaTags - https://repo1.maven.org/maven2/com/lihaoyi/scalatags_2.13/
- Reimplement
SafeBuffer
for Scala 2.13 collections - Reimplement
Proxy
for Scala 2.13 collections
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
andfxml
are dropped, in favor of html.scala (and your own XML templating libraries based on Name Based XML Literals).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!