Skip to content

Commit

Permalink
Update slf4j-api to 2.0.6 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 19, 2022
1 parent 7208c1a commit 29686ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ lazy val interface = project
"io.get-coursier" %% "coursier" % "2.1.0-RC2",
"io.get-coursier" %% "coursier-jvm" % "2.1.0-RC2",
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
"org.slf4j" % "slf4j-api" % "2.0.3" // no need to shade that one…
"org.slf4j" % "slf4j-api" % "2.0.6" // no need to shade that one…
),

libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test,
Expand Down Expand Up @@ -282,7 +282,7 @@ lazy val `interface-test` = project
org % name % v
case None =>
// only dependency of coursier-interface
"org.slf4j" % "slf4j-api" % "2.0.3"
"org.slf4j" % "slf4j-api" % "2.0.6"
}
},
Test / unmanagedClasspath ++= Def.taskDyn {
Expand Down

0 comments on commit 29686ec

Please sign in to comment.