Log4s / log4s

High-performance SLF4J wrapper for Scala.
Other
171 stars 25 forks source link

Scala.js 1.0 support. Upgrade to Scala 2.12.11, 2.13.2. Drop Scala 2.10. #49

Closed rpiaggio closed 3 years ago

rpiaggio commented 4 years ago

Upgrade to Scala.js 1.0.

This requires dropping Scala 2.10. If support for 2.10 is still needed, we can exclude it from the Scala.js builds, but in order to achieve this then extraScalaVersions needs to be turned into an sbt setting in the build configuration.

Also, Scala.js 0.6.x support is dropped. Cross-compiling between 0.6 and 1.0 implies adding complexity to the publish script which doesn't seem desirable.

Upgrades to scalatest & scalacheck were needed to provide Scala.js 1.0 support.

Scala versions were upgraded to 2.12.11. 2.13.2.

(Supersedes #45)

sullis commented 4 years ago

@rossabaker do you have any plans to merge this?

sarahgerweck commented 4 years ago

@sullis I've been a bit off the ball on this, but I'll try to get new builds out that include this soon.

ebruchez commented 3 years ago

A release would be great :)

larsrh commented 3 years ago

@sarahgerweck Would you be willing to add maintainers to this repository and/or people who can publish releases?

rossabaker commented 3 years ago

Sorry, this got lost in one of my GitHub bankruptcies. It looks like Sarah was okay with this change, and I have publish rights. I'll try to publish a release after work.