You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/07/14 00:10:44 UTC

[daffodil-vscode] branch update/log4cats-slf4j-2.4.0 created (now d4877e2)

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

github-bot pushed a change to branch update/log4cats-slf4j-2.4.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


      at d4877e2  Update log4cats-slf4j to 2.4.0

This branch includes the following new commits:

     new d4877e2  Update log4cats-slf4j to 2.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[daffodil-vscode] 01/01: Update log4cats-slf4j to 2.4.0

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/log4cats-slf4j-2.4.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit d4877e2938ff3f36f25e4c394bb4bf2d9313df79
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Jul 14 00:10:38 2022 +0000

    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 b0a64b8..f541243 100644
--- a/build.sbt
+++ b/build.sbt
@@ -80,7 +80,7 @@ lazy val core = project
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.35.0",
       "co.fs2" %% "fs2-io" % "3.0.6",
       "com.monovore" %% "decline-effect" % "2.2.0",
-      "org.typelevel" %% "log4cats-slf4j" % "2.1.1"
+      "org.typelevel" %% "log4cats-slf4j" % "2.4.0"
     ),
     buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, "daffodilVersion" -> daffodilVer),
     buildInfoPackage := "org.apache.daffodil.debugger.dap",