Skip to content

Commit

Permalink
Merge pull request #485 from http4s/update/series/0.5/proxyee-1.7.6
Browse files Browse the repository at this point in the history
Update proxyee to 1.7.6 in series/0.5
  • Loading branch information
hamnis committed Jun 28, 2023
2 parents 6b0ad82 + e4a58bb commit 1b15fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ lazy val client = project
"org.http4s" %% "http4s-ember-server" % http4sVersion % Test,
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test,
"com.github.monkeywie" % "proxyee" % "1.7.5" % Test,
"com.github.monkeywie" % "proxyee" % "1.7.6" % Test,
"com.github.bbottema" % "java-socks-proxy-server" % "2.0.0" % Test,
"org.scalameta" %% "munit" % munit % Test,
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test,
Expand Down

0 comments on commit 1b15fb1

Please sign in to comment.