summaryrefslogtreecommitdiff
path: root/example/httpMethods/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/httpMethods/build.sc')
-rw-r--r--example/httpMethods/build.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/httpMethods/build.sc b/example/httpMethods/build.sc
index 2816643..699b94f 100644
--- a/example/httpMethods/build.sc
+++ b/example/httpMethods/build.sc
@@ -2,7 +2,7 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
- def scalaVersion = "2.12.6"
+ def scalaVersion = "2.13.0"
def ivyDeps = Agg(
ivy"com.lihaoyi::cask:0.1.9",
)
@@ -11,8 +11,8 @@ trait AppModule extends ScalaModule{
def testFrameworks = Seq("utest.runner.Framework")
def ivyDeps = Agg(
- ivy"com.lihaoyi::utest::0.6.3",
- ivy"com.lihaoyi::requests::0.1.5",
+ ivy"com.lihaoyi::utest::0.6.9",
+ ivy"com.lihaoyi::requests::0.2.0",
)
}
} \ No newline at end of file