Skip to content

Commit

Permalink
Update requests from 0.8.2 to 0.8.3 (#1500)
Browse files Browse the repository at this point in the history
Pull request: #1500
  • Loading branch information
scala-steward authored May 31, 2024
1 parent 8f1180d commit ba4429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ object Deps {
val mainargs = ivy"com.lihaoyi::mainargs:0.5.4"
val osLib = ivy"com.lihaoyi::os-lib:0.10.2"
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
val requests = ivy"com.lihaoyi::requests:0.8.2"
val requests = ivy"com.lihaoyi::requests:0.8.3"
val scalacheck = ivy"org.scalacheck::scalacheck:1.18.0"
val scalaCollectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.12.0"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
Expand Down

0 comments on commit ba4429a

Please sign in to comment.