summaryrefslogtreecommitdiff
path: root/example/todoDb/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/todoDb/build.sc')
-rw-r--r--example/todoDb/build.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc
index c6f8514..ab1181e 100644
--- a/example/todoDb/build.sc
+++ b/example/todoDb/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",
ivy"org.xerial:sqlite-jdbc:3.18.0",
@@ -13,8 +13,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