From 5fd7610491c0da67a010dcc1e9f78fa78d1b24d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Mar 2024 05:13:13 +0000 Subject: [PATCH] Update core_2.13 to 3.9.4 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index f612148aee..9e9bf0ca3d 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -193,7 +193,7 @@ object Deps { .exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13")) .exclude(("org.scala-lang.modules", "scala-collection-compat_2.13")) def slf4jNop = ivy"org.slf4j:slf4j-nop:2.0.12" - def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.9.3" + def sttp = ivy"com.softwaremill.sttp.client3:core_2.13:3.9.4" def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion" def swoval = ivy"com.swoval:file-tree-views:2.1.12" def testInterface = ivy"org.scala-sbt:test-interface:1.0"