summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-06-15 08:40:34 +0200
committerLi Haoyi <haoyi.sg@gmail.com>2019-06-15 08:44:22 +0200
commit29fc3b6c8f74ece3b6e6cf354f0e342bbf8511ac (patch)
tree99671760586565881faf696da17c6865af07ead9 /example
parent438ef5a1e4ce39cbb60c686eecc4ec43abb757dc (diff)
downloadcask-29fc3b6c8f74ece3b6e6cf354f0e342bbf8511ac.tar.gz
cask-29fc3b6c8f74ece3b6e6cf354f0e342bbf8511ac.tar.bz2
cask-29fc3b6c8f74ece3b6e6cf354f0e342bbf8511ac.zip
0.2.1: support for Scala 2.13.0. Some tests using Quill disabled until they get on 2.13 as well0.2.1
Small typos There were pair of really inconsequential typos in the documentation. .
Diffstat (limited to 'example')
-rw-r--r--example/compress/build.sc6
-rw-r--r--example/compress2/build.sc6
-rw-r--r--example/compress3/build.sc6
-rw-r--r--example/cookies/build.sc6
-rw-r--r--example/decorated/build.sc6
-rw-r--r--example/decorated2/build.sc6
-rw-r--r--example/endpoints/build.sc6
-rw-r--r--example/formJsonPost/app/test/src/ExampleTests.scala2
-rw-r--r--example/formJsonPost/build.sc6
-rw-r--r--example/httpMethods/build.sc6
-rw-r--r--example/minimalApplication/build.sc6
-rw-r--r--example/minimalApplication2/build.sc6
-rw-r--r--example/redirectAbort/build.sc6
-rw-r--r--example/scalatags/build.sc8
-rw-r--r--example/staticFiles/build.sc6
-rw-r--r--example/todo/build.sc8
-rw-r--r--example/todoApi/build.sc6
-rw-r--r--example/todoDb/build.sc6
-rw-r--r--example/twirl/build.sc12
-rw-r--r--example/variableRoutes/app/test/src/ExampleTests.scala2
-rw-r--r--example/variableRoutes/build.sc6
-rw-r--r--example/websockets/build.sc6
22 files changed, 67 insertions, 67 deletions
diff --git a/example/compress/build.sc b/example/compress/build.sc
index 2816643..699b94f 100644
--- a/example/compress/build.sc
+++ b/example/compress/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
diff --git a/example/compress2/build.sc b/example/compress2/build.sc
index 2816643..699b94f 100644
--- a/example/compress2/build.sc
+++ b/example/compress2/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
diff --git a/example/compress3/build.sc b/example/compress3/build.sc
index 2816643..699b94f 100644
--- a/example/compress3/build.sc
+++ b/example/compress3/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
diff --git a/example/cookies/build.sc b/example/cookies/build.sc
index 2816643..699b94f 100644
--- a/example/cookies/build.sc
+++ b/example/cookies/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
diff --git a/example/decorated/build.sc b/example/decorated/build.sc
index 2816643..699b94f 100644
--- a/example/decorated/build.sc
+++ b/example/decorated/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
diff --git a/example/decorated2/build.sc b/example/decorated2/build.sc
index 2816643..699b94f 100644
--- a/example/decorated2/build.sc
+++ b/example/decorated2/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
diff --git a/example/endpoints/build.sc b/example/endpoints/build.sc
index 2816643..699b94f 100644
--- a/example/endpoints/build.sc
+++ b/example/endpoints/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
diff --git a/example/formJsonPost/app/test/src/ExampleTests.scala b/example/formJsonPost/app/test/src/ExampleTests.scala
index 137a978..148ebfd 100644
--- a/example/formJsonPost/app/test/src/ExampleTests.scala
+++ b/example/formJsonPost/app/test/src/ExampleTests.scala
@@ -19,7 +19,7 @@ object ExampleTests extends TestSuite{
val tests = Tests{
'FormJsonPost - test(FormJsonPost){ host =>
requests.post(s"$host/json", data = """{"value1": true, "value2": [3]}""").text() ==>
- "OK true Vector(3)"
+ "OK true List(3)"
requests.post(
s"$host/form",
diff --git a/example/formJsonPost/build.sc b/example/formJsonPost/build.sc
index 2816643..699b94f 100644
--- a/example/formJsonPost/build.sc
+++ b/example/formJsonPost/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
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
diff --git a/example/minimalApplication/build.sc b/example/minimalApplication/build.sc
index 2816643..699b94f 100644
--- a/example/minimalApplication/build.sc
+++ b/example/minimalApplication/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
diff --git a/example/minimalApplication2/build.sc b/example/minimalApplication2/build.sc
index 2816643..699b94f 100644
--- a/example/minimalApplication2/build.sc
+++ b/example/minimalApplication2/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
diff --git a/example/redirectAbort/build.sc b/example/redirectAbort/build.sc
index 2816643..699b94f 100644
--- a/example/redirectAbort/build.sc
+++ b/example/redirectAbort/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
diff --git a/example/scalatags/build.sc b/example/scalatags/build.sc
index 3303601..c89d9cc 100644
--- a/example/scalatags/build.sc
+++ b/example/scalatags/build.sc
@@ -2,18 +2,18 @@ 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"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
diff --git a/example/staticFiles/build.sc b/example/staticFiles/build.sc
index c83a0df..911f989 100644
--- a/example/staticFiles/build.sc
+++ b/example/staticFiles/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",
)
@@ -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",
)
def forkWorkingDir = build.millSourcePath
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
diff --git a/example/todoApi/build.sc b/example/todoApi/build.sc
index 2816643..699b94f 100644
--- a/example/todoApi/build.sc
+++ b/example/todoApi/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
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
diff --git a/example/twirl/build.sc b/example/twirl/build.sc
index 3627133..b8e1746 100644
--- a/example/twirl/build.sc
+++ b/example/twirl/build.sc
@@ -1,14 +1,14 @@
import mill._, scalalib._
-import $ivy.`com.lihaoyi::mill-contrib-twirllib:0.2.6-27-613878`
+import $ivy.`com.lihaoyi::mill-contrib-twirllib:0.4.1-4-158d11`
trait AppModule extends ScalaModule with mill.twirllib.TwirlModule{
- def scalaVersion = "2.12.6"
- def twirlVersion = "1.3.15"
+ def scalaVersion = "2.13.0"
+ def twirlVersion = "1.5.0-M1"
def generatedSources = T{ Seq(compileTwirl().classes) }
def ivyDeps = Agg(
ivy"com.lihaoyi::cask:0.1.9",
- ivy"com.lihaoyi::scalatags:0.6.7",
+ ivy"com.lihaoyi::scalatags:0.7.0",
ivy"com.typesafe.play::twirl-api:${twirlVersion()}",
)
@@ -16,8 +16,8 @@ trait AppModule extends ScalaModule with mill.twirllib.TwirlModule{
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
diff --git a/example/variableRoutes/app/test/src/ExampleTests.scala b/example/variableRoutes/app/test/src/ExampleTests.scala
index 49c960b..48455fa 100644
--- a/example/variableRoutes/app/test/src/ExampleTests.scala
+++ b/example/variableRoutes/app/test/src/ExampleTests.scala
@@ -27,7 +27,7 @@ object ExampleTests extends TestSuite{
requests.get(s"$host/post/123?param=xyz&param=abc").text() ==>
- "Post 123 ArrayBuffer(xyz, abc)"
+ "Post 123 ArraySeq(xyz, abc)"
requests.get(s"$host/post/123").text() ==>
"""Missing argument: (param: Seq[String])
diff --git a/example/variableRoutes/build.sc b/example/variableRoutes/build.sc
index 2816643..699b94f 100644
--- a/example/variableRoutes/build.sc
+++ b/example/variableRoutes/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
diff --git a/example/websockets/build.sc b/example/websockets/build.sc
index 3661ee3..31f75f5 100644
--- a/example/websockets/build.sc
+++ b/example/websockets/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",
ivy"org.asynchttpclient:async-http-client:2.5.2"
)
}