Skip to content

Commit d37be5b

Browse files
Update core_2.13 to 3.8.5 (#1655)
1 parent 96c07ae commit d37be5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object Deps {
172172
def snailgun(force213: Boolean = false) =
173173
if (force213) ivy"io.github.alexarchambault.scala-cli.snailgun:snailgun-core_2.13:0.4.1-sc2"
174174
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"
175+
def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.8.5"
176176
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
177177
def swoval = ivy"com.swoval:file-tree-views:2.1.9"
178178
def testInterface = ivy"org.scala-sbt:test-interface:1.0"

0 commit comments

Comments
 (0)