Skip to content

Commit

Permalink
Merge pull request #1313 from scalacenter/update/fetch-client-3.2.1
Browse files Browse the repository at this point in the history
Update fetch-client to 3.2.1
  • Loading branch information
adpi2 authored Dec 18, 2023
2 parents d7514b0 + 72e3d2e commit fdee583
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 @@ -136,7 +136,7 @@ lazy val webclient = project
scalacOptions += "-Wunused:imports",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "scalatags" % "0.11.1",
"org.endpoints4s" %%% "fetch-client" % "3.1.0"
"org.endpoints4s" %%% "fetch-client" % "3.2.1"
)
)
.enablePlugins(ScalaJSPlugin)
Expand Down

0 comments on commit fdee583

Please sign in to comment.