What's Changed
- update skunk to 1.0.0-M11 by @rolang in #156
- add a logger interface by @rolang in #138
Adumbo.logging.Logger
instance is required for logging.
To use a logger based oncats.effect.std.Console
that is required byskunk
add the import:
import dumbo.logging.Implicits.console
Or provide a custom logger like:
given dumbo.logging.Logger[F] =
case (dumbo.logging.LogLevel.Info, message) => ???
case (dumbo.logging.LogLevel.Warn, message) => ???
For an example based on log4cats with Slf4J see ExampleLog4Cats.scala.
Dependency updates
- Update sbt-typelevel, ... to 0.7.7 by @scala-steward in #122
- Update scalafmt-core to 3.8.6 by @scala-steward in #121
- Update scala3-library to 3.3.5 by @scala-steward in #123
- Update scalafmt-core to 3.9.0 by @scala-steward in #125
- Update sbt-scalafix to 0.14.2 by @scala-steward in #126
- Update scalafmt-core to 3.9.1 by @scala-steward in #127
- Update scalafmt-core to 3.9.2 by @scala-steward in #129
- Update sbt, scripted-plugin to 1.10.10 by @scala-steward in #131
- Update scalafmt-core to 3.9.3 by @scala-steward in #132
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #134
- Update munit-cats-effect to 2.1.0 by @scala-steward in #136
- Update scalafmt-core to 3.9.4 by @scala-steward in #133
- Update scalafmt-core to 3.9.5 by @scala-steward in #137
- Update scalafmt-core to 3.9.6 by @scala-steward in #139
- Update sbt-scalafix to 0.14.3 by @scala-steward in #140
- Update scala3-library to 3.3.6 by @scala-steward in #141
- Update postgresql to 42.7.6 by @scala-steward in #144
- Update sbt-scala-native-config-brew to 0.4.0 by @scala-steward in #148
- update build dependencies and ci config by @rolang in #150
- Update scalafmt-core to 3.9.8 by @scala-steward in #153
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward in #155
- Update postgresql to 42.7.7 by @scala-steward in #152
Full Changelog: v0.5.5...v0.6.0