Skip to content

Commit

Permalink
Update ox:core to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 19, 2024
1 parent c90220b commit bc78a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc78a9d

Please sign in to comment.