Skip to content

Commit 96654f6

Browse files
committed
Update requests to 0.8.3
1 parent b3f3c1f commit 96654f6

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
@@ -44,7 +44,7 @@ lazy val server = project.in(file("server"))
4444
fork := true, // important: otherwise we run into classloader issues
4545
libraryDependencies ++= Seq(
4646
"com.lihaoyi" %% "cask" % "0.8.3",
47-
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
47+
"com.lihaoyi" %% "requests" % "0.8.3" % Test,
4848
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
4949
)
5050
)

0 commit comments

Comments
 (0)