Log4s / log4s

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

Reinstate proper Test and Provided scopes #61

Closed rossabaker closed 3 years ago

rossabaker commented 3 years ago

I accidentally omitted these in #51, which caused our 1.10.0-M1 artifacts to have test and reflection dependencies. Eek!

rossabaker commented 3 years ago

This bug is a showstopper for testing on Dotty, which was the impetus for 1.10.0-M1. I think the fix is uncontroversial, so I'm going to cut an 1.10.0-M2.

sarahgerweck commented 3 years ago

Yeah I assumed you'd already done this. LGTM