Skip to content

Commit

Permalink
build(deps): Update requests from 0.8.2 to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed May 31, 2024
1 parent a8751f8 commit e6534a0
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 @@ -466,7 +466,7 @@ lazy val metals = project
// for JSON formatted doctor
"com.lihaoyi" %% "ujson" % "3.3.1",
// For fetching projects' templates
"com.lihaoyi" %% "requests" % "0.8.2",
"com.lihaoyi" %% "requests" % "0.8.3",
// for producing SemanticDB from Scala source files, to be sure we want the same version of scalameta
"org.scalameta" %% "scalameta" % V.semanticdb(scalaVersion.value),
"org.scalameta" % "semanticdb-scalac-core" % V.semanticdb(
Expand Down

0 comments on commit e6534a0

Please sign in to comment.