Skip to content

Commit 1020c72

Browse files
Update core_2.13 to 3.7.6 (#1299)
1 parent a2eb426 commit 1020c72

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
@@ -134,7 +134,7 @@ object Deps {
134134
def snailgun(force213: Boolean = false) =
135135
if (force213) ivy"io.github.alexarchambault.scala-cli.snailgun:snailgun-core_2.13:0.4.1-sc2"
136136
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"
137+
def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.7.6"
138138
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
139139
def swoval = ivy"com.swoval:file-tree-views:2.1.9"
140140
def testInterface = ivy"org.scala-sbt:test-interface:1.0"

0 commit comments

Comments
 (0)