Added upgraded slf4d version.

This commit is contained in:
Andrew Lalis 2025-05-29 22:35:06 -04:00
parent 40e0bd152f
commit 1f3677a5b6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"copyright": "Copyright © 2025, Andrew Lalis", "copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": { "dependencies": {
"handy-http-primitives": "~>1.6", "handy-http-primitives": "~>1.6",
"slf4d": "~>3", "slf4d": "~>4",
"photon": "~>0.10" "photon": "~>0.10"
}, },
"description": "Websocket implementation for Handy-Http.", "description": "Websocket implementation for Handy-Http.",

View File

@ -4,7 +4,7 @@
"handy-http-primitives": "1.6.0", "handy-http-primitives": "1.6.0",
"photon": "0.10.2", "photon": "0.10.2",
"sharded-map": "2.7.0", "sharded-map": "2.7.0",
"slf4d": "3.0.1", "slf4d": "4.0.0",
"streams": "3.6.0" "streams": "3.6.0"
} }
} }