Skip to content

Commit

Permalink
Revert dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 1, 2022
1 parent 2744c6c commit 200a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -173,7 +173,7 @@ object Dependencies {

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

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

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

0 comments on commit 200a86a

Please sign in to comment.