FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add okhttp dep · devhttps/frontend@413083d · GitHub

Commit 413083d

Browse files
Regis Kuckaertz
committed
Add okhttp dep
1 parent ae016d9 commit 413083d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎build.sbt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ val common = library("common").settings(
5353
jacksonDataFormat,
5454
atomRenderer,
5555
identityModel,
56-
capiAws
56+
capiAws,
57+
okhttp
5758
)
5859
).settings(
5960
mappings in TestAssets ~= filterAssets

‎project/Dependencies.scala‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ object Dependencies {
7373
val atomRenderer = "com.gu" %% "atom-renderer" % "0.12.2"
7474
val supportInternationalisation = "com.gu" %% "support-internationalisation" % "0.9"
7575
val capiAws = "com.gu" %% "content-api-client-aws" % "0.5"
76+
val okhttp = "com.squareup.okhttp3" % "okhttp" % "3.10.0"
7677

7778
// Fixing transient dependency issue
7879
// AWS SDK (1.11.181), which kinesis-logback-appender depends on, brings com.fasterxml.jackson.core and com.fasterxml.jackson.dataformat libs in version 2.6.9

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL