summaryrefslogtreecommitdiff
path: root/example/todo/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/todo/build.sc')
-rw-r--r--example/todo/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/todo/build.sc b/example/todo/build.sc
index 37e5253..a71a287 100644
--- a/example/todo/build.sc
+++ b/example/todo/build.sc
@@ -15,7 +15,7 @@ trait AppModule extends ScalaModule{
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.6.3",
- ivy"com.lihaoyi::requests::0.1.3",
+ ivy"com.lihaoyi::requests::0.1.5",
)
}
} \ No newline at end of file