Skip to content

Update log4cats-slf4j to 1.7.0 in scala-cli-test #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: scala-cli-test
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions script.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
//> 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 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")
Expand Down