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 7910073 commit 6d3c926Copy full SHA for 6d3c926
project/deps.sc
@@ -230,7 +230,7 @@ object Deps {
230
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
231
.exclude(("org.scala-lang.modules", "scala-collection-compat_2.13"))
232
def slf4jNop = ivy"org.slf4j:slf4j-nop:2.0.16"
233
- def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.10.0"
+ def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.10.1"
234
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
235
def swoval = ivy"com.swoval:file-tree-views:2.1.12"
236
def testInterface = ivy"org.scala-sbt:test-interface:1.0"
0 commit comments