This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 21d58f6 Update log4cats-slf4j to 2.7.1
21d58f6 is described below
commit 21d58f695bd8bb31730e3836063119bad194f5af
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 1 00:40:09 2025 +0000
Update log4cats-slf4j to 2.7.1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 02703e6..22ca127 100644
--- a/build.sbt
+++ b/build.sbt
@@ -99,7 +99,7 @@ lazy val debugger = project
// scala-steward:on
"co.fs2" %% "fs2-io" % "3.9.4",
"com.monovore" %% "decline-effect" % "2.5.0",
- "org.typelevel" %% "log4cats-slf4j" % "2.7.0",
+ "org.typelevel" %% "log4cats-slf4j" % "2.7.1",
"org.scalameta" %% "munit" % "1.0.4" % Test
),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion,
sbtVersion, "daffodilVersion" -> daffodilVer),