Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update log4cats-core, log4cats-slf4j to 2.7.0 #1004

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
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