Skip to content

Commit

Permalink
Upgrade various dependencies (#147)
Browse files Browse the repository at this point in the history
undertow to 2.3.18.Final
upickle to 4.0.2
requests to 0.9.0
sourcecode to 0.4.2
pprint to 0.9.0
geny to 1.1.1
utest to 0.8.4
  • Loading branch information
jodersky authored Nov 3, 2024
1 parent c0ed742 commit 2e98bba
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 32 deletions.
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

0 comments on commit 2e98bba

Please sign in to comment.