Skip to content

Commit

Permalink
Update fetch-client to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Oct 1, 2024
1 parent e220964 commit 1011879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ lazy val webclient = project
scalacOptions += "-Wunused:imports",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "scalatags" % "0.11.1",
"org.endpoints4s" %%% "fetch-client" % "3.2.1"
"org.endpoints4s" %%% "fetch-client" % "4.0.1"
)
)
.enablePlugins(ScalaJSPlugin)
Expand Down

0 comments on commit 1011879

Please sign in to comment.