summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-06-29 22:28:16 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2019-06-30 02:54:39 -0700
commit4896f5150ff0f7386a573b7191cfb652ed42a047 (patch)
tree3611d90bfb0e918c0c5e10f3dc1eab11fe09d07c /example
parent29fc3b6c8f74ece3b6e6cf354f0e342bbf8511ac (diff)
downloadcask-4896f5150ff0f7386a573b7191cfb652ed42a047.tar.gz
cask-4896f5150ff0f7386a573b7191cfb652ed42a047.tar.bz2
cask-4896f5150ff0f7386a573b7191cfb652ed42a047.zip
upgrade Mill to latest version
Diffstat (limited to 'example')
-rw-r--r--example/compress/build.sc3
-rw-r--r--example/compress2/build.sc3
-rw-r--r--example/compress3/build.sc3
-rw-r--r--example/cookies/build.sc3
-rw-r--r--example/decorated/build.sc3
-rw-r--r--example/decorated2/build.sc3
-rw-r--r--example/endpoints/build.sc3
-rw-r--r--example/formJsonPost/build.sc3
-rw-r--r--example/httpMethods/build.sc3
-rw-r--r--example/minimalApplication/build.sc3
-rw-r--r--example/minimalApplication2/build.sc3
-rw-r--r--example/redirectAbort/build.sc3
-rw-r--r--example/scalatags/build.sc2
-rw-r--r--example/staticFiles/build.sc3
-rw-r--r--example/todo/build.sc2
-rw-r--r--example/todoApi/build.sc3
-rw-r--r--example/todoDb/build.sc2
-rw-r--r--example/twirl/build.sc2
-rw-r--r--example/variableRoutes/build.sc3
-rw-r--r--example/websockets/build.sc3
20 files changed, 4 insertions, 52 deletions
diff --git a/example/compress/build.sc b/example/compress/build.sc
index 699b94f..e6167a8 100644
--- a/example/compress/build.sc
+++ b/example/compress/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/compress2/build.sc b/example/compress2/build.sc
index 699b94f..e6167a8 100644
--- a/example/compress2/build.sc
+++ b/example/compress2/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/compress3/build.sc b/example/compress3/build.sc
index 699b94f..e6167a8 100644
--- a/example/compress3/build.sc
+++ b/example/compress3/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/cookies/build.sc b/example/cookies/build.sc
index 699b94f..e6167a8 100644
--- a/example/cookies/build.sc
+++ b/example/cookies/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/decorated/build.sc b/example/decorated/build.sc
index 699b94f..e6167a8 100644
--- a/example/decorated/build.sc
+++ b/example/decorated/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/decorated2/build.sc b/example/decorated2/build.sc
index 699b94f..e6167a8 100644
--- a/example/decorated2/build.sc
+++ b/example/decorated2/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/endpoints/build.sc b/example/endpoints/build.sc
index 699b94f..e6167a8 100644
--- a/example/endpoints/build.sc
+++ b/example/endpoints/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/formJsonPost/build.sc b/example/formJsonPost/build.sc
index 699b94f..e6167a8 100644
--- a/example/formJsonPost/build.sc
+++ b/example/formJsonPost/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/httpMethods/build.sc b/example/httpMethods/build.sc
index 699b94f..e6167a8 100644
--- a/example/httpMethods/build.sc
+++ b/example/httpMethods/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/minimalApplication/build.sc b/example/minimalApplication/build.sc
index 699b94f..e6167a8 100644
--- a/example/minimalApplication/build.sc
+++ b/example/minimalApplication/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/minimalApplication2/build.sc b/example/minimalApplication2/build.sc
index 699b94f..e6167a8 100644
--- a/example/minimalApplication2/build.sc
+++ b/example/minimalApplication2/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/redirectAbort/build.sc b/example/redirectAbort/build.sc
index 699b94f..e6167a8 100644
--- a/example/redirectAbort/build.sc
+++ b/example/redirectAbort/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/scalatags/build.sc b/example/scalatags/build.sc
index c89d9cc..23fea76 100644
--- a/example/scalatags/build.sc
+++ b/example/scalatags/build.sc
@@ -4,7 +4,7 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
+ ivy"com.lihaoyi::cask:0.2.1",
ivy"com.lihaoyi::scalatags:0.7.0",
)
diff --git a/example/staticFiles/build.sc b/example/staticFiles/build.sc
index 911f989..6f84dac 100644
--- a/example/staticFiles/build.sc
+++ b/example/staticFiles/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
def forkWorkingDir = build.millSourcePath
diff --git a/example/todo/build.sc b/example/todo/build.sc
index 782aaef..2491af7 100644
--- a/example/todo/build.sc
+++ b/example/todo/build.sc
@@ -4,7 +4,7 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
+ ivy"com.lihaoyi::cask:0.2.1",
ivy"org.xerial:sqlite-jdbc:3.18.0",
ivy"io.getquill::quill-jdbc:2.5.4",
ivy"com.lihaoyi::scalatags:0.7.0",
diff --git a/example/todoApi/build.sc b/example/todoApi/build.sc
index 699b94f..e6167a8 100644
--- a/example/todoApi/build.sc
+++ b/example/todoApi/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc
index ab1181e..f9b3692 100644
--- a/example/todoDb/build.sc
+++ b/example/todoDb/build.sc
@@ -4,7 +4,7 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
+ ivy"com.lihaoyi::cask:0.2.1",
ivy"org.xerial:sqlite-jdbc:3.18.0",
ivy"io.getquill::quill-jdbc:2.5.4"
)
diff --git a/example/twirl/build.sc b/example/twirl/build.sc
index b8e1746..f88bfc6 100644
--- a/example/twirl/build.sc
+++ b/example/twirl/build.sc
@@ -7,7 +7,7 @@ trait AppModule extends ScalaModule with mill.twirllib.TwirlModule{
def generatedSources = T{ Seq(compileTwirl().classes) }
def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
+ ivy"com.lihaoyi::cask:0.2.1",
ivy"com.lihaoyi::scalatags:0.7.0",
ivy"com.typesafe.play::twirl-api:${twirlVersion()}",
)
diff --git a/example/variableRoutes/build.sc b/example/variableRoutes/build.sc
index 699b94f..e6167a8 100644
--- a/example/variableRoutes/build.sc
+++ b/example/variableRoutes/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
diff --git a/example/websockets/build.sc b/example/websockets/build.sc
index 31f75f5..e36e1b7 100644
--- a/example/websockets/build.sc
+++ b/example/websockets/build.sc
@@ -3,9 +3,6 @@ import mill._, scalalib._
trait AppModule extends ScalaModule{
def scalaVersion = "2.13.0"
- def ivyDeps = Agg(
- ivy"com.lihaoyi::cask:0.1.9",
- )
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")