Skip to content

Commit

Permalink
Merge pull request #10294 from scala-steward/update/okhttp-4.7.2
Browse files Browse the repository at this point in the history
Update okhttp to 4.7.2
  • Loading branch information
mergify[bot] committed May 20, 2020
2 parents 7bf54dd + d3fc4f5 commit c596c40
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.7.1"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.7.2"

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

0 comments on commit c596c40

Please sign in to comment.