Skip to content

Commit c540597

Browse files
Update requests from 0.8.3 to 0.9.0
1 parent 815aef0 commit c540597

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)