Skip to content

Commit fc2379c

Browse files
authored
fix: scalaj dep (#495)
1 parent 3624562 commit fc2379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object Dependencies {
3434

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

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

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

0 commit comments

Comments
 (0)