We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da4860 commit 83ccb2cCopy full SHA for 83ccb2c
project/deps.sc
@@ -246,7 +246,7 @@ object Deps {
246
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
247
.exclude(("io.get-coursier.publish", "publish_2.13"))
248
.exclude(("org.scala-lang.modules", "scala-collection-compat_2.13"))
249
- def slf4jNop = ivy"org.slf4j:slf4j-nop:2.0.16"
+ def slf4jNop = ivy"org.slf4j:slf4j-nop:2.0.17"
250
def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.10.3"
251
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
252
def swoval = ivy"com.swoval:file-tree-views:2.1.12"
0 commit comments