-
Notifications
You must be signed in to change notification settings - Fork 10
Release for 2.13.0-M1 #14
Comments
@BennyHill is this something you might be able to give some attention to sometime soon...? or something you could use external help with? |
Fyi, this blocked by scoverage that is in turn blocked by scala-logging Also see comments is cats The general "problem" here is that catalysts is the first in the lower levels to pull in more of the regular QA/util libs and so is the first to be "hit" if there are issues. Just saying as to why it can appear to be a bottleneck. |
@SethTisue scala-logging is in the Lightbend stable, is this something you could look at? |
Also waiting for tpolecat/tut#183 and after that, 47degrees/sbt-microsites#215 needs bumping before release |
sort of in the Lightbend stable... it was Heiko's project, but he left the company a few years ago and the library has been community-maintained since then. we're more conservative these days about adding new libraries under the typesafehub or lightbend orgs. but anyway, sorry for the delayed reply, I've commented on lightbend-labs/scala-logging#93 |
scala-logging is now published for 2.13.0-M1, and I submitted a new PR bumping it to M2 (lightbend-labs/scala-logging#97) |
scala-logging 3.7.2 is now published for M2 as well |
Scala 2.13.0-M3 is now out |
Ref https://github.com/BennyHill/catalysts/tree/fix/14 - bulk of work done already 😄 |
@BennyHill Any update? :) |
Sorry, mid-term, 2 week school holidays... looking now 😉 |
M3 released after #16 |
if I add this to a test project: + "org.typelevel" %% "catalysts" % "0.6", a number of catalysts artifacts do resolve, but then I get:
|
The tests are just internal tests, not published. So this looks correct |
Oh... We should not be publishing a catalysts artifact in fact. That's the issue. So we can fix that. But just add the libs needed. Eg catalysts-macros, catalysts-platform |
See #19 |
and bump the insanely low version number at the same time.
Needed for typelevel/cats#1648
The text was updated successfully, but these errors were encountered: