diff --git a/build.sc b/build.sc index f92aaaf574..15b8e5425c 100644 --- a/build.sc +++ b/build.sc @@ -67,8 +67,8 @@ object cask extends CaskModule { millSourcePath / s"src-$platformSegment" ) def ivyDeps = Agg( - ivy"com.lihaoyi::sourcecode:0.2.0", - ivy"com.lihaoyi::pprint:0.5.8", + ivy"com.lihaoyi::sourcecode:0.2.1", + ivy"com.lihaoyi::pprint:0.5.9", ivy"com.lihaoyi::geny:0.6.0" ) } @@ -84,7 +84,7 @@ object cask extends CaskModule { object jvm extends UtilModule{ def platformSegment = "jvm" def ivyDeps = super.ivyDeps() ++ Agg( - ivy"com.lihaoyi::castor::0.1.1", + ivy"com.lihaoyi::castor::0.1.3", ivy"org.java-websocket:Java-WebSocket:1.4.0" ) } @@ -94,8 +94,8 @@ object cask extends CaskModule { def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0" + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2" ) } } diff --git a/docs/pageStyles.sc b/docs/pageStyles.sc index 06651b1d6b..8ce2c53420 100644 --- a/docs/pageStyles.sc +++ b/docs/pageStyles.sc @@ -1,4 +1,4 @@ -import $ivy.`com.lihaoyi::scalatags:0.6.5` +import $ivy.`com.lihaoyi::scalatags:0.9.1` import scalatags.stylesheet._ import scalatags.Text.all._ diff --git a/docs/pages.sc b/docs/pages.sc index c224b6a78c..b00ed6d2fe 100644 --- a/docs/pages.sc +++ b/docs/pages.sc @@ -1,4 +1,4 @@ -import $ivy.`com.lihaoyi::scalatags:0.6.5` +import $ivy.`com.lihaoyi::scalatags:0.9.1` import scalatags.Text.all._, scalatags.Text.tags2 import java.time.LocalDate import $file.pageStyles, pageStyles._ 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 182d8d533b..f73a22088d 100644 --- a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md +++ b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md @@ -222,7 +222,7 @@ the relevant headers or status code for you. Cask doesn't come bundled with HTML templating functionality, but it makes it really easy to use community-standard libraries like [Scalatags](https://github.com/lihaoyi/scalatags) to render your HTML. Simply -adding the relevant `ivy"com.lihaoyi::scalatags:0.8.2"` dependency to your +adding the relevant `ivy"com.lihaoyi::scalatags:0.9.1"` dependency to your `build.sc` file is enough to render Scalatags templates: $$$scalatags diff --git a/example/compress/build.sc b/example/compress/build.sc index a45d171667..5c0df2b7c7 100644 --- a/example/compress/build.sc +++ b/example/compress/build.sc @@ -10,8 +10,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/compress2/build.sc b/example/compress2/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/compress2/build.sc +++ b/example/compress2/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/compress3/build.sc b/example/compress3/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/compress3/build.sc +++ b/example/compress3/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/cookies/build.sc b/example/cookies/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/cookies/build.sc +++ b/example/cookies/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/decorated/build.sc b/example/decorated/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/decorated/build.sc +++ b/example/decorated/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/decorated2/build.sc b/example/decorated2/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/decorated2/build.sc +++ b/example/decorated2/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/endpoints/build.sc b/example/endpoints/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/endpoints/build.sc +++ b/example/endpoints/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/formJsonPost/build.sc b/example/formJsonPost/build.sc index 38bdecb519..1506516b0a 100644 --- a/example/formJsonPost/build.sc +++ b/example/formJsonPost/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0" + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2" ) } } \ No newline at end of file diff --git a/example/httpMethods/build.sc b/example/httpMethods/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/httpMethods/build.sc +++ b/example/httpMethods/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/minimalApplication/build.sc b/example/minimalApplication/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/minimalApplication/build.sc +++ b/example/minimalApplication/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/minimalApplication2/build.sc b/example/minimalApplication2/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/minimalApplication2/build.sc +++ b/example/minimalApplication2/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/redirectAbort/build.sc b/example/redirectAbort/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/redirectAbort/build.sc +++ b/example/redirectAbort/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/scalatags/build.sc b/example/scalatags/build.sc index c89f9b31a4..8e2f32db1f 100644 --- a/example/scalatags/build.sc +++ b/example/scalatags/build.sc @@ -11,8 +11,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/staticFiles/build.sc b/example/staticFiles/build.sc index 50c167c2a0..be4f87c6d5 100644 --- a/example/staticFiles/build.sc +++ b/example/staticFiles/build.sc @@ -11,8 +11,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) def forkWorkingDir = build.millSourcePath diff --git a/example/staticFiles2/build.sc b/example/staticFiles2/build.sc index 50c167c2a0..be4f87c6d5 100644 --- a/example/staticFiles2/build.sc +++ b/example/staticFiles2/build.sc @@ -11,8 +11,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) def forkWorkingDir = build.millSourcePath diff --git a/example/todo/build.sc b/example/todo/build.sc index 90717b2ad2..b4851375f9 100644 --- a/example/todo/build.sc +++ b/example/todo/build.sc @@ -6,15 +6,15 @@ trait AppModule extends ScalaModule{ def ivyDeps = Agg[Dep]( ivy"org.xerial:sqlite-jdbc:3.18.0", ivy"io.getquill::quill-jdbc:3.4.10", - ivy"com.lihaoyi::scalatags:0.8.4", + ivy"com.lihaoyi::scalatags:0.9.1", ) object test extends Tests{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/todoApi/build.sc b/example/todoApi/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/todoApi/build.sc +++ b/example/todoApi/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc index 0b14e737c9..24bd9dbe62 100644 --- a/example/todoDb/build.sc +++ b/example/todoDb/build.sc @@ -12,8 +12,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/twirl/build.sc b/example/twirl/build.sc index da6e9add27..30af333f85 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[Dep]( - ivy"com.lihaoyi::scalatags:0.8.4", + ivy"com.lihaoyi::scalatags:0.9.1", ivy"com.typesafe.play::twirl-api:${twirlVersion()}", ) @@ -15,8 +15,8 @@ trait AppModule extends ScalaModule with mill.twirllib.TwirlModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/variableRoutes/build.sc b/example/variableRoutes/build.sc index 36cc0f3f41..9a32c43847 100644 --- a/example/variableRoutes/build.sc +++ b/example/variableRoutes/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ) } } \ No newline at end of file diff --git a/example/websockets/build.sc b/example/websockets/build.sc index 2c50cefcf3..ca23deb1da 100644 --- a/example/websockets/build.sc +++ b/example/websockets/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ivy"org.asynchttpclient:async-http-client:2.5.2" ) } diff --git a/example/websockets2/build.sc b/example/websockets2/build.sc index 2c50cefcf3..ca23deb1da 100644 --- a/example/websockets2/build.sc +++ b/example/websockets2/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ivy"org.asynchttpclient:async-http-client:2.5.2" ) } diff --git a/example/websockets3/build.sc b/example/websockets3/build.sc index 2c50cefcf3..ca23deb1da 100644 --- a/example/websockets3/build.sc +++ b/example/websockets3/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ivy"org.asynchttpclient:async-http-client:2.5.2" ) } diff --git a/example/websockets4/build.sc b/example/websockets4/build.sc index 2c50cefcf3..ca23deb1da 100644 --- a/example/websockets4/build.sc +++ b/example/websockets4/build.sc @@ -9,8 +9,8 @@ trait AppModule extends ScalaModule{ def testFrameworks = Seq("utest.runner.Framework") def ivyDeps = Agg( - ivy"com.lihaoyi::utest::0.7.3", - ivy"com.lihaoyi::requests::0.6.0", + ivy"com.lihaoyi::utest::0.7.4", + ivy"com.lihaoyi::requests::0.6.2", ivy"org.asynchttpclient:async-http-client:2.5.2" ) } diff --git a/mill b/mill index 852252885a..da2b2c5481 100755 --- a/mill +++ b/mill @@ -3,7 +3,7 @@ # This is a wrapper script, that automatically download mill from GitHub release pages # You can give the required mill version with MILL_VERSION env variable # If no version is given, it falls back to the value of DEFAULT_MILL_VERSION -DEFAULT_MILL_VERSION=0.6.2-67-ec435c +DEFAULT_MILL_VERSION=0.7.2 set -e