Skip to content

Commit

Permalink
Merge pull request #9951 from scala-steward/update/okhttp-4.3.0
Browse files Browse the repository at this point in the history
Update okhttp to 4.3.0
  • Loading branch information
mergify[bot] committed Jan 7, 2020
2 parents 8175b95 + a460eb1 commit e55a370
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 @@ -167,7 +167,7 @@ object Dependencies {

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

val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.2.2"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.3.0"

def routesCompilerDependencies(scalaVersion: String) = {
val deps = CrossVersion.partialVersion(scalaVersion) match {
Expand Down

0 comments on commit e55a370

Please sign in to comment.