From bc78a9d1cfd46842554ac68a82eb02229976db6f Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 19 Sep 2024 00:07:43 +0000 Subject: [PATCH] Update ox:core to 0.3.9 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e1a56a8..7dfefce 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,7 @@ object Dependencies { val sttpClientOx = Seq( "com.softwaremill.sttp.client4" %% "ox" % V.sttpClient, - "com.softwaremill.ox" %% "core" % "0.3.8" + "com.softwaremill.ox" %% "core" % "0.3.9" ) val uPickle = "com.lihaoyi" %% "upickle" % V.uPickle