Skip to content

Commit

Permalink
Update requests to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 8, 2024
1 parent 6bcc020 commit 6e545a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val server = project.in(file("server"))
fork := true, // important: otherwise we run into classloader issues
libraryDependencies ++= Seq(
"com.lihaoyi" %% "cask" % "0.8.3",
"com.lihaoyi" %% "requests" % "0.8.0" % Test,
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
)
)
Expand Down

0 comments on commit 6e545a0

Please sign in to comment.