Skip to content

Commit

Permalink
Merge pull request #10410 from scala-steward/update/okhttp-4.8.1
Browse files Browse the repository at this point in the history
Update okhttp to 4.8.1
  • Loading branch information
ignasi35 committed Nov 11, 2020
2 parents 414ec68 + f314495 commit 995058b
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.8.0"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.8.1"

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

0 comments on commit 995058b

Please sign in to comment.