Skip to content

Commit

Permalink
Update log4cats-core, log4cats-slf4j to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 3, 2024
1 parent f69e5f8 commit d6b2c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -252,7 +252,7 @@ lazy val log = crossProject(JSPlatform, JVMPlatform, NativePlatform)
description := "Logging bindings for Natchez, using log4cats.",
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.7",
"org.typelevel" %%% "log4cats-core" % "2.6.0",
"org.typelevel" %%% "log4cats-core" % "2.7.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test
)
)
Expand Down Expand Up @@ -362,7 +362,7 @@ lazy val examples = project
description := "Example programs for Natchez.",
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
"org.slf4j" % "slf4j-simple" % "2.0.13",
"eu.timepit" %% "refined" % "0.11.1",
"is.cir" %% "ciris" % "3.5.0",
Expand Down

0 comments on commit d6b2c53

Please sign in to comment.