Skip to content

Commit

Permalink
bump deprecation version
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Sep 19, 2022
1 parent 6c60b66 commit 93aa9ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import cats.effect.Sync

package object slf4j {

@deprecated("Use Slf4jFactory.create[F] explicitly", "2.5.0")
@deprecated("Use Slf4jFactory.create[F] explicitly", "2.6.0")
implicit def loggerFactoryforSync[F[_]: Sync]: Slf4jFactory[F] =
Slf4jFactory.create[F]
}

0 comments on commit 93aa9ba

Please sign in to comment.