Skip to content

Commit ba6f453

Browse files
committed
Update requests to 0.8.3
1 parent 404e937 commit ba6f453

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
@@ -43,7 +43,7 @@ lazy val server = project.in(file("server"))
4343
libraryDependencies ++= Seq(
4444
"com.lihaoyi" %% "cask" % "0.9.5",
4545
"org.slf4j" % "slf4j-simple" % Slf4jVersion % Optional,
46-
"com.lihaoyi" %% "requests" % "0.8.2" % Test,
46+
"com.lihaoyi" %% "requests" % "0.8.3" % Test,
4747
),
4848
commonSettings,
4949
)

0 commit comments

Comments
 (0)