diff --git a/build.sc b/build.sc index a234c15002..2c34d3ffcd 100644 --- a/build.sc +++ b/build.sc @@ -51,7 +51,7 @@ object cask extends ScalaModule with PublishModule { def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4" ) @@ -59,7 +59,7 @@ object cask extends ScalaModule with PublishModule { } object example extends Module{ trait LocalModule extends ScalaModule{ - def ivyDeps = super.ivyDeps().filter(_ != ivy"com.lihaoyi::cask:0.1.1") + def ivyDeps = super.ivyDeps().filter(_ != ivy"com.lihaoyi::cask:0.1.9") override def millSourcePath = super.millSourcePath / "app" def moduleDeps = Seq(cask) diff --git a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md index b454d0aa7b..4b261a3333 100644 --- a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md +++ b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md @@ -81,10 +81,10 @@ via the following coordinates: ```scala // Mill -ivy"com.lihaoyi::cask:0.1.3" +ivy"com.lihaoyi::cask:0.1.9" // SBT -"com.lihaoyi" %% "cask" % "0.1.3" +"com.lihaoyi" %% "cask" % "0.1.9" ``` The `./cask` command is just a wrapper around the diff --git a/example/compress/build.sc b/example/compress/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/compress/build.sc +++ b/example/compress/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/compress2/build.sc b/example/compress2/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/compress2/build.sc +++ b/example/compress2/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/compress3/build.sc b/example/compress3/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/compress3/build.sc +++ b/example/compress3/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/cookies/build.sc b/example/cookies/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/cookies/build.sc +++ b/example/cookies/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/decorated/build.sc b/example/decorated/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/decorated/build.sc +++ b/example/decorated/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/decorated2/build.sc b/example/decorated2/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/decorated2/build.sc +++ b/example/decorated2/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/endpoints/build.sc b/example/endpoints/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/endpoints/build.sc +++ b/example/endpoints/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/formJsonPost/build.sc b/example/formJsonPost/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/formJsonPost/build.sc +++ b/example/formJsonPost/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/httpMethods/build.sc b/example/httpMethods/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/httpMethods/build.sc +++ b/example/httpMethods/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/minimalApplication/build.sc b/example/minimalApplication/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/minimalApplication/build.sc +++ b/example/minimalApplication/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/minimalApplication2/build.sc b/example/minimalApplication2/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/minimalApplication2/build.sc +++ b/example/minimalApplication2/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/redirectAbort/build.sc b/example/redirectAbort/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/redirectAbort/build.sc +++ b/example/redirectAbort/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/scalatags/build.sc b/example/scalatags/build.sc index ace7ea8908..3303601b5a 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.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ivy"com.lihaoyi::scalatags:0.6.7", ) @@ -13,7 +13,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/staticFiles/build.sc b/example/staticFiles/build.sc index 493cdd5970..c83a0df174 100644 --- a/example/staticFiles/build.sc +++ b/example/staticFiles/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) def forkWorkingDir = build.millSourcePath @@ -14,7 +14,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) def forkWorkingDir = build.millSourcePath diff --git a/example/todo/build.sc b/example/todo/build.sc index c03f498d34..093fb3f2b5 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.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + 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", @@ -15,7 +15,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/todoApi/build.sc b/example/todoApi/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/todoApi/build.sc +++ b/example/todoApi/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc index 3d11241a53..c6f8514166 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.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:2.5.4" ) @@ -14,7 +14,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/twirl/build.sc b/example/twirl/build.sc index f0b0288236..362713333b 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.1", + ivy"com.lihaoyi::cask:0.1.9", ivy"com.lihaoyi::scalatags:0.6.7", ivy"com.typesafe.play::twirl-api:${twirlVersion()}", ) @@ -17,7 +17,7 @@ trait AppModule extends ScalaModule with mill.twirllib.TwirlModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/variableRoutes/build.sc b/example/variableRoutes/build.sc index 4025c9beef..2816643a4a 100644 --- a/example/variableRoutes/build.sc +++ b/example/variableRoutes/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ) } } \ No newline at end of file diff --git a/example/websockets/build.sc b/example/websockets/build.sc index 49739e9693..3661ee36b1 100644 --- a/example/websockets/build.sc +++ b/example/websockets/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._ trait AppModule extends ScalaModule{ def scalaVersion = "2.12.6" def ivyDeps = Agg( - ivy"com.lihaoyi::cask:0.1.1", + ivy"com.lihaoyi::cask:0.1.9", ) object test extends Tests{ @@ -12,7 +12,7 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.6.3", - ivy"com.lihaoyi::requests::0.1.8", + ivy"com.lihaoyi::requests::0.1.5", ivy"org.asynchttpclient:async-http-client:2.5.2" ) }