Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade various dependencies #147

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ trait CaskModule extends CrossScalaModule with PublishModule{
trait CaskMainModule extends CaskModule {
def ivyDeps = T{
Agg(
ivy"io.undertow:undertow-core:2.3.10.Final",
ivy"com.lihaoyi::upickle:3.0.0"
ivy"io.undertow:undertow-core:2.3.18.Final",
ivy"com.lihaoyi::upickle:4.0.2"
) ++
Agg.when(!isScala3)(ivy"org.scala-lang:scala-reflect:$crossScalaVersion")
}
Expand All @@ -49,7 +49,7 @@ trait CaskMainModule extends CaskModule {

object test extends ScalaTests with TestModule.Utest{
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0"
)
}
Expand All @@ -60,9 +60,9 @@ object cask extends Cross[CaskMainModule](scalaVersions) {
object util extends Module {
trait UtilModule extends CaskModule with PlatformScalaModule{
def ivyDeps = Agg(
ivy"com.lihaoyi::sourcecode:0.3.0",
ivy"com.lihaoyi::pprint:0.8.1",
ivy"com.lihaoyi::geny:1.0.0"
ivy"com.lihaoyi::sourcecode:0.4.2",
ivy"com.lihaoyi::pprint:0.9.0",
ivy"com.lihaoyi::geny:1.1.1"
)
}

Expand Down
2 changes: 1 addition & 1 deletion example/compress/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/compress2/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/compress3/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/cookies/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/decorated/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/decorated2/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/decoratedContext/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object app extends ScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/endpoints/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/formJsonPost/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0"
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/httpMethods/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
def forkArgs = Seq("--add-opens=java.base/java.net=ALL-UNNAMED")
Expand Down
2 changes: 1 addition & 1 deletion example/minimalApplication/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/minimalApplication2/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/queryParams/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/redirectAbort/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/scalatags/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/staticFiles/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait AppModule extends CrossScalaModule{ app =>
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)

Expand Down
2 changes: 1 addition & 1 deletion example/staticFiles2/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait AppModule extends CrossScalaModule{ app =>
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)

Expand Down
2 changes: 1 addition & 1 deletion example/todo/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/todoApi/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/todoDb/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/twirl/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait AppModule extends CrossScalaModule with mill.twirllib.TwirlModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/variableRoutes/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
)
}
Expand Down
2 changes: 1 addition & 1 deletion example/websockets/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
Expand Down
2 changes: 1 addition & 1 deletion example/websockets2/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
Expand Down
2 changes: 1 addition & 1 deletion example/websockets3/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
Expand Down
2 changes: 1 addition & 1 deletion example/websockets4/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.8.0",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
Expand Down
Loading