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.

scala 2.12 support?

See original GitHub issue

Could you please support scala 2.12? Published binary is 2.11 only and local compile gives

[info] Compiling 1 Scala source to /home/fommil/Projects/freestyle/freestyle-async-monix/jvm/target/scala-2.12/classes...
[info] Resolving org.typelevel#cats-kernel_2.12;0.9.0 ...
[warn] one warning found
[info] Done updating.
java.lang.NullPointerException
	at scala.reflect.internal.ReificationSupport$ReificationSupportImpl$SyntacticClassDef$.unapply(ReificationSupport.scala:353)
	at org.scalamacros.paradise.reflect.TreeInfo$ParadiseTreeInfo.loop$1(TreeInfo.scala:31)

(which I assume you know about, since you’ve made 2.12 the default)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
fommilcommented, Mar 27, 2017

I have a jboss repository to work around http://stackoverflow.com/questions/41966066 but it looks like some SNAPSHOT poms made it onto jboss (I hate the jboss repo so much…)

0reactions
raulrajacommented, Mar 27, 2017

😕 , we are not publishing to jboss just sonatype which has the latest stuff from earlier this morning https://oss.sonatype.org/content/repositories/snapshots/com/47deg/freestyle_2.12/0.1.0-SNAPSHOT/ . The URL in your CI seems to be pulling from Jboss which only contains the POM files https://repository.jboss.org/com/47deg/freestyle_2.12/0.1.0-SNAPSHOT/ . Not sure what’s going on, maybe something badly cached in local ivy?

Read more comments on GitHub >

github_iconTop Results From Across the Web

JDK Compatibility - Scala Documentation
Initial support for JDK 20 has been merged and is already available in nightly builds of Scala 2.12, 2.13, and 3. (The support...
Read more >
All Available Versions - The Scala Programming Language
All Available Versions. This page contains a comprehensive archive of previous Scala releases. ... Latest 2.12.x maintenance release: 2.12.17
Read more >
Scala 2.12.0 is now available!
We are planning to add (some) support for Java 9 in the near future. Full Java 9 support will be part of the...
Read more >
Scala 2.12 roadmap
Continue Java 6 support for a while longer (only in Scala 2.11). Track the Java platform evolution. How. Upcoming 2.11.x releases will introduce ......
Read more >
Scala 2.12 end-of-life date - Question
Spark 3.2.0 (released in Oct 2021) supports Scala 2.13. I'm sure Databricks will support Scala 2.13 in time. 1 Like.
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