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