From 2d44a962741651e7ae8a20327724f7dec32888d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 15:46:46 +0100 Subject: [PATCH 1/2] Applied Scalafix rule(s) https://gist.githubusercontent.com/fthomas/ea14d58e1b445d8038a5bc22acf751e8/raw/e1180c91dab0b36d8f9ec37d413ef9507bee67ff/log4cats-1.2.0.scala Co-authored-by: Frank Thomas --- script.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.scala b/script.scala index c11f117..e96f697 100644 --- a/script.scala +++ b/script.scala @@ -7,8 +7,8 @@ //> using dep "io.chrisdavenport::log4cats-slf4j:1.1.1" //> using toolkit typelevel:0.1.29 -import io.chrisdavenport.log4cats.Logger -import io.chrisdavenport.log4cats.slf4j.Slf4jLogger +import org.typelevel.log4cats.Logger +import org.typelevel.log4cats.slf4j.Slf4jLogger object Hello extends App { println("Hello World") From ff1e2e30de96a64b459e12a3a05254b64cfcc541 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 15:46:46 +0100 Subject: [PATCH 2/2] Update log4cats-slf4j to 1.7.0 in scala-cli-test --- script.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.scala b/script.scala index e96f697..205ef10 100644 --- a/script.scala +++ b/script.scala @@ -4,7 +4,7 @@ //> using dep "com.lihaoyi::fansi:0.5.0" //> using dep "org.typelevel::cats-core:2.12.0" //> using dep "io.circe::circe-fs2:0.14.1" -//> using dep "io.chrisdavenport::log4cats-slf4j:1.1.1" +//> using dep "org.typelevel::log4cats-slf4j:1.7.0" //> using toolkit typelevel:0.1.29 import org.typelevel.log4cats.Logger