Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val scodecBitsVersion = "1.1.23"

lazy val slf4jVersion = "1.7.30"

lazy val log4catsVersion = "1.1.1"
lazy val log4catsVersion = "1.7.0"

lazy val commonSettings = Seq(
githubProject := "cedi-dtrace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package logging

import cats.effect.Sync

import io.chrisdavenport.log4cats.slf4j.Slf4jLogger
import org.typelevel.log4cats.slf4j.Slf4jLogger

/**
* Provides the for the platform-specific initialization of the underlying logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package com.ccadllc.cedi.dtrace
package logging

import io.chrisdavenport.log4cats.Logger
import org.typelevel.log4cats.Logger

final class Loggers[F[_]](val text: Logger[F], val json: Logger[F])
object Loggers {
Expand Down