This is an automated email from the ASF dual-hosted git repository.
davin 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 11aeb02 Update log4cats-slf4j to 2.6.0
11aeb02 is described below
commit 11aeb02ffb2bfe5a680d218f51c5ffd5651484b6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 1 00:23:13 2023 +0000
Update log4cats-slf4j to 2.6.0
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 3ca33cb..8bcf8ac 100644
--- a/build.sbt
+++ b/build.sbt
@@ -100,7 +100,7 @@ lazy val debugger = project
// scala-steward:on
"co.fs2" %% "fs2-io" % "3.9.1",
"com.monovore" %% "decline-effect" % "2.3.1",
- "org.typelevel" %% "log4cats-slf4j" % "2.5.0",
+ "org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.scalameta" %% "munit" % "0.7.29" % Test
),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion,
sbtVersion, "daffodilVersion" -> daffodilVer),