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 96c07ae commit d37be5bCopy full SHA for d37be5b
project/deps.sc
@@ -172,7 +172,7 @@ object Deps {
172
def snailgun(force213: Boolean = false) =
173
if (force213) ivy"io.github.alexarchambault.scala-cli.snailgun:snailgun-core_2.13:0.4.1-sc2"
174
else ivy"io.github.alexarchambault.scala-cli.snailgun::snailgun-core:0.4.1-sc2"
175
- def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.8.3"
+ def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.8.5"
176
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
177
def swoval = ivy"com.swoval:file-tree-views:2.1.9"
178
def testInterface = ivy"org.scala-sbt:test-interface:1.0"
0 commit comments