Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Update slf4j-nop to 1.7.36 #216

Open
wants to merge 4 commits into
base: main
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val catsEffectVersion = "3.3.0"
lazy val scalaTestVersion = "3.2.10"
lazy val munitVersion = "1.0.0-M7"
lazy val munitCatsEffectVersion = "2.0.0-M3"
lazy val slf4jVersion = "1.7.32"
lazy val slf4jVersion = "1.7.36"

Global / excludeLintKeys += Compile / console / scalacOptions

Expand Down