-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deps, ch06 finally figured out http parse bug!
- Loading branch information
Showing
4 changed files
with
117 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
//> using scala 3.4.2 | ||
//> using platform native | ||
//> using nativeVersion 0.5.2 | ||
//> using nativeVersion 0.5.4 | ||
//> using exclude "gatling/*" | ||
//> using options -explain-cyclic -Ydebug-cyclic | ||
//> using dep io.argonaut::argonaut:6.3.9 | ||
//> using dep io.gatling:gatling-app:3.11.3 | ||
//> using dep io.argonaut::argonaut:6.3.10 | ||
//> using dep io.gatling:gatling-app:3.11.5 | ||
// // > using dep biz.enef:slogging_2.13:0.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters