Skip to content

Commit 95bb20a

Browse files
authored
Merge pull request #1473 from Baeldung/update/requests-0.9.0
Update requests from 0.8.3 to 0.9.0
2 parents 86991d9 + c540597 commit 95bb20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
432432
),
433433
libraryDependencies ++= Seq(
434434
akkaTypedTestkit,
435-
"com.lihaoyi" %% "requests" % "0.8.3"
435+
"com.lihaoyi" %% "requests" % "0.9.0"
436436
),
437437
libraryDependencies ++= Seq(
438438
"nl.gn0s1s" %% "elastic4s-client-esjava" % elastic4sVersion,

0 commit comments

Comments
 (0)