zio / zio-logging

Powerful logging for ZIO 2.0 applications, with compatibility with many logging backends out-of-the-box.
https://zio.dev/zio-logging/
Apache License 2.0
174 stars 81 forks source link

Update ZIO SBT to newest version #850

Closed andrzejressel closed 4 months ago

andrzejressel commented 4 months ago

I wanted to add new feature that requires Java 9. Since Java 8 support was dropped recently I've decided to update SBT plugin first - it also dropped Java 8 support.

andrzejressel commented 4 months ago

~I think I understand why it happens - when the minute passes the SNAPSHOT version changes.~ seems to be issues with docs

andrzejressel commented 4 months ago

All right - I think it's finally done

justcoon commented 4 months ago

@andrzejressel, thanks for contribution