Skip to content

v0.0.24

Compare
Choose a tag to compare
@tpolecat tpolecat released this 27 Apr 19:21
1b33378

This adds a Scala 3 build for the log artifact, which provides a log4cats tracing back end. In order to do this I upgraded to the new version of log4cats, which is hosted under org.typelevel.

  • Natchez users who have a dependency like "io.chrisdavenport" %% "log4cats-<module>" need to upgrade to 1.3.0 and change the organization to "org.typelevel".
  • Natchez pulls in Circe 0.13 for Scala 2, and 0.14 (currently on milestones) for Scala 3. When Circe reaches a stable release on 0.14 I will upgrade the Scala 2 version of Natchez to use it.