Skip to content

Commit 82f213f

Browse files
authored
Merge pull request #1175 from typelevel/update/log4cats-core-2.7.1
Update log4cats-core, log4cats-slf4j to 2.7.1
2 parents 81cb726 + 07dcb6b commit 82f213f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ lazy val log = crossProject(JSPlatform, JVMPlatform, NativePlatform)
261261
description := "Logging bindings for Natchez, using log4cats.",
262262
libraryDependencies ++= Seq(
263263
"io.circe" %%% "circe-core" % "0.14.8",
264-
"org.typelevel" %%% "log4cats-core" % "2.7.0",
264+
"org.typelevel" %%% "log4cats-core" % "2.7.1",
265265
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test
266266
)
267267
)
@@ -370,7 +370,7 @@ lazy val examples = project
370370
description := "Example programs for Natchez.",
371371
scalacOptions -= "-Xfatal-warnings",
372372
libraryDependencies ++= Seq(
373-
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
373+
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
374374
"org.slf4j" % "slf4j-simple" % "2.0.17",
375375
"eu.timepit" %% "refined" % "0.11.3",
376376
"is.cir" %% "ciris" % "3.8.0",

0 commit comments

Comments
 (0)