Skip to content

Commit

Permalink
Update slf4j-nop to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 6, 2024
1 parent 1cfd0b8 commit 943e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Deps {
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
def scalaRx = ivy"com.lihaoyi::scalarx:0.4.3"
def scalatags = ivy"com.lihaoyi::scalatags:0.12.0"
def slf4jNop = ivy"org.slf4j:slf4j-nop:1.7.36"
def slf4jNop = ivy"org.slf4j:slf4j-nop:2.0.12"
def upickle =
ivy"com.lihaoyi::upickle:3.1.3" // trying to use the same version as Ammonite, to avoid bin compat issues
def upickleCompat(sv: String) =
Expand Down

0 comments on commit 943e826

Please sign in to comment.