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 1a739e8 commit ce1c1adCopy full SHA for ce1c1ad
project/deps.sc
@@ -179,7 +179,7 @@ object Deps {
179
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_3"))
180
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-macros_3"))
181
def slf4jNop = ivy"org.slf4j:slf4j-nop:2.0.9"
182
- def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.9.0"
+ def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.9.1"
183
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
184
def swoval = ivy"com.swoval:file-tree-views:2.1.12"
185
def testInterface = ivy"org.scala-sbt:test-interface:1.0"
0 commit comments