Skip to content

Commit

Permalink
update sttp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Dec 17, 2024
1 parent 7fe4b3b commit 43336f0
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 @@ -18,7 +18,7 @@ object Dependencies {
val scalaXml = libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val slf4j = libraryDependencies += "org.slf4j" % "slf4j-jdk14" % "2.0.16" // jdk 1.4
val slf4jSimple = libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.16" % Test
val sttpCore = libraryDependencies += "com.softwaremill.sttp.client4" %%% "core" % "4.0.0-M19"
val sttpCore = libraryDependencies += "com.softwaremill.sttp.client4" %%% "core" % "4.0.0-M20"
val tink = libraryDependencies += "com.google.crypto.tink" % "tink" % "1.15.0"

val bouncyCastle = libraryDependencies ++=
Expand Down

0 comments on commit 43336f0

Please sign in to comment.