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.sc8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/todo/build.sc b/example/todo/build.sc
index 093fb3f..782aaef 100644
--- a/example/todo/build.sc
+++ b/example/todo/build.sc
@@ -2,20 +2,20 @@ 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",
ivy"io.getquill::quill-jdbc:2.5.4",
- ivy"com.lihaoyi::scalatags:0.6.7",
+ ivy"com.lihaoyi::scalatags:0.7.0",
)
object test extends Tests{
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