Skip to content

Commit

Permalink
fix: scalaj dep (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrgoncalves authored Jan 25, 2024
1 parent 3624562 commit fc2379c
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 @@ -34,7 +34,7 @@ object Dependencies {

lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"

lazy val scalajHttp = "org.scalaj" %% "scalaj-http" % "2.4.2"
lazy val scalajHttp = "com.codacy" %% "scalaj-http" % "2.5.0"

lazy val cats = "org.typelevel" %% "cats-core" % "2.1.0"

Expand Down

0 comments on commit fc2379c

Please sign in to comment.