Skip to content

Commit

Permalink
Updated httpclient5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Dec 4, 2023
1 parent 7c4262f commit 103a389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ object Libs {
val `postgresql` = "org.postgresql" % "postgresql" % "42.7.0"
val `hikaricp` = "com.zaxxer" % "HikariCP" % "5.1.0" // Apache License 2.0
val `io.zonky.test` = "io.zonky.test" % "embedded-postgres" % "2.0.5"
// val httpclient = "org.apache.httpcomponents" % "httpclient" % "4.5.14"
val httpclient5 = "org.apache.httpcomponents.client5" % "httpclient5" % "5.3"
val httpclient5 = "org.apache.httpcomponents.client5" % "httpclient5" % "5.2.3"
val `jboss-logging` = "org.jboss.logging" % "jboss-logging" % "3.5.3.Final"
val `config` = "com.typesafe" % "config" % "1.4.3"
val `os-lib` = "com.lihaoyi" %% "os-lib" % "0.9.2"
Expand Down

0 comments on commit 103a389

Please sign in to comment.