Skip to content

Commit

Permalink
update utest and requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jun 11, 2024
1 parent b48c433 commit 0262d63
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions example/compress/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/compress2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/compress3/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/cookies/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/decorated/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/decorated2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/endpoints/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/formJsonPost/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0"
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3"
)
}
}
4 changes: 2 additions & 2 deletions example/httpMethods/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
def forkArgs = Seq("--add-opens=java.base/java.net=ALL-UNNAMED")
}
Expand Down
4 changes: 2 additions & 2 deletions example/minimalApplication/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/minimalApplication2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/queryParams/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/redirectAbort/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/scalatags/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/staticFiles/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

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

def forkWorkingDir = build.millSourcePath
Expand Down
4 changes: 2 additions & 2 deletions example/staticFiles2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

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

def forkWorkingDir = build.millSourcePath
Expand Down
4 changes: 2 additions & 2 deletions example/todo/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/todoApi/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/todoDb/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/twirl/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/variableRoutes/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
)
}
}
4 changes: 2 additions & 2 deletions example/websockets/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
}
Expand Down
4 changes: 2 additions & 2 deletions example/websockets2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
}
Expand Down
4 changes: 2 additions & 2 deletions example/websockets3/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.lihaoyi::requests::0.8.0",
ivy"com.lihaoyi::utest::0.8.3",
ivy"com.lihaoyi::requests::0.8.3",
ivy"org.asynchttpclient:async-http-client:2.12.3"
)
}
Expand Down
4 changes: 2 additions & 2 deletions example/websockets4/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ trait AppModule extends CrossScalaModule{
object test extends ScalaTests with TestModule.Utest{

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

0 comments on commit 0262d63

Please sign in to comment.