We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b727a commit 4189141Copy full SHA for 4189141
project/deps.sc
@@ -247,7 +247,7 @@ object Deps {
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"
250
- def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.10.2"
+ 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"
253
def testInterface = ivy"org.scala-sbt:test-interface:1.0"
0 commit comments