Skip to content

Commit

Permalink
Update log4cats-core, log4cats-slf4j to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Apr 23, 2023
1 parent 374aace commit 5014efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ lazy val log = crossProject(JSPlatform, JVMPlatform, NativePlatform)
description := "Logging bindings for Natchez, using log4cats.",
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.5",
"org.typelevel" %%% "log4cats-core" % "2.5.0",
"org.typelevel" %%% "log4cats-core" % "2.6.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test
)
)
Expand Down Expand Up @@ -361,7 +361,7 @@ lazy val examples = project
description := "Example programs for Natchez.",
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
"org.typelevel" %% "log4cats-slf4j" % "2.5.0",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.slf4j" % "slf4j-simple" % "2.0.7",
"eu.timepit" %% "refined" % "0.10.3",
"is.cir" %% "ciris" % "3.1.0",
Expand Down

0 comments on commit 5014efd

Please sign in to comment.