Skip to content

Commit

Permalink
Merge pull request #90 from ckipp01/update/requests-0.8.2
Browse files Browse the repository at this point in the history
Update requests to 0.8.2
  • Loading branch information
ckipp01 committed Apr 9, 2024
2 parents 888bd01 + c130f69 commit e4afd7d
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 @@ -57,7 +57,7 @@ trait Plugin

override def ivyDeps = Agg(
ivy"org.foundweekends.giter8::giter8-lib:0.16.2",
ivy"com.lihaoyi::requests:0.8.0"
ivy"com.lihaoyi::requests:0.8.2"
)

override def scalacOptions = Seq("-Ywarn-unused", "-deprecation")
Expand Down

0 comments on commit e4afd7d

Please sign in to comment.