You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ar...@apache.org on 2022/07/19 17:36:20 UTC

[daffodil-vscode] branch main updated: Update log4cats-slf4j to 2.4.0

This is an automated email from the ASF dual-hosted git repository.

arosien 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 b8682fe  Update log4cats-slf4j to 2.4.0
b8682fe is described below

commit b8682fe7ace8d75fe1c64ff12d0a39d0b4589739
Author: Adam Rosien <ad...@rosien.net>
AuthorDate: Tue Jul 19 10:31:52 2022 -0700

    Update log4cats-slf4j to 2.4.0
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 2da80a5..81ed76e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -81,7 +81,7 @@ lazy val core = project
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.38.0",
       "co.fs2" %% "fs2-io" % "3.2.10",
       "com.monovore" %% "decline-effect" % "2.3.0",
-      "org.typelevel" %% "log4cats-slf4j" % "2.3.2"
+      "org.typelevel" %% "log4cats-slf4j" % "2.4.0"
     ),
     buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, "daffodilVersion" -> daffodilVer),
     buildInfoPackage := "org.apache.daffodil.debugger.dap",