Skip to content

Commit af79f7e

Browse files
committed
Update requests to 0.8.3
1 parent e03fa5e commit af79f7e

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
@@ -45,7 +45,7 @@ lazy val server = project.in(file("server"))
4545
libraryDependencies ++= Seq(
4646
"com.lihaoyi" %% "cask" % "0.8.3",
4747
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
48-
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
48+
"com.lihaoyi" %% "requests" % "0.8.3" % Test,
4949
"org.scalatest" %% "scalatest" % ScalaTestVersion % "it",
5050
)
5151
)

0 commit comments

Comments
 (0)