Skip to content

Commit

Permalink
Merge pull request #10168 from scala-steward/update/okhttp-4.5.0
Browse files Browse the repository at this point in the history
Update okhttp to 4.5.0
  • Loading branch information
mergify[bot] committed Apr 6, 2020
2 parents 3ace596 + 80fb665 commit 5c8a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ object Dependencies {

val jimfs = "com.google.jimfs" % "jimfs" % "1.1"

val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.4.1"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.5.0"

def routesCompilerDependencies(scalaVersion: String) = {
specs2Deps.map(_ % Test) ++ Seq(specsMatcherExtra % Test) ++ scalaParserCombinators ++ (logback % Test :: Nil)
Expand Down

0 comments on commit 5c8a4e9

Please sign in to comment.