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 a2eb426 commit 1020c72Copy full SHA for 1020c72
project/deps.sc
@@ -134,7 +134,7 @@ object Deps {
134
def snailgun(force213: Boolean = false) =
135
if (force213) ivy"io.github.alexarchambault.scala-cli.snailgun:snailgun-core_2.13:0.4.1-sc2"
136
else ivy"io.github.alexarchambault.scala-cli.snailgun::snailgun-core:0.4.1-sc2"
137
- def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.7.4"
+ def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.7.6"
138
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
139
def swoval = ivy"com.swoval:file-tree-views:2.1.9"
140
def testInterface = ivy"org.scala-sbt:test-interface:1.0"
0 commit comments